My Profile
@if (!empty(Auth::user()->photo) && file_exists(public_path('uploads/photo/' . Auth::user()->photo)))
@else
@endif
@endif
Employee Name: {{ Auth::user()->name }}
HQ Name: {{ Auth::user()->hq_name }}
@if (Auth::user()->photo_status != 'Approved')
@endif
@if (Auth::user()->photo_status == 'Approved')
Approved
@elseif (Auth::user()->photo_status == 'Rejected')
Rejected
@else
Pending
@endif