{{-- خاص با شغل البروفيل --}}
{{-- img --}}

{{auth()->user()->name . ' ' . auth()->user()->l_name}}

{{--

{{ auth()->user()->name }}
{{ auth()->user()->l_name }}

--}}

{{auth()->user()->phone}}

@if(auth()->user()->email != null)

{{auth()->user()->email}}

@endif