{{Auth::user()->name}}
{{Auth::user()->phone}}
{{Auth::user()->role}} [ @php $office = \App\Models\Office::where('id', Auth::user()->office)->first(); @endphp @if($office) {{ $office->name }} @else No Office Found @endif ]