@if(!$fetchAttendance->isEmpty()) @php $i = 1; $userDetail = App\Models\User::find(auth()->user()->id); @endphp

@foreach($fetchAttendance as $empAttendance)
{{ $userDetail->name }}

{{ getJalaliDate($empAttendance->day_date)}}

@endforeach
@endif