@php
// Fetch the employee using 'first()' to get the first (or only) matching record
$employee = \App\Models\Employee::where('user_id', Auth::user()->id)->first();
@endphp
{{-- @if ($employee)
 }}&size=500x500)
@else
No employee found for the current user.
@endif --}}