EOW Suggestion List

@if(isset($model))
@if($model->profile_picture == '') @else @endif
Name : {{$model->first_name}} {{$model->middle_name}} {{$model->last_name}}
Email : {{$model->official_email}}
Phone No. : {{$model->phone_number}}
@endif
@php $i = 0; @endphp @foreach($image as $m) @php $i++; @endphp @php $date = date('d-m-Y',strtotime($m->created_at)) @endphp @endforeach
Sr No. Employee Id Employee Name Comments Images Download date
{{$i}} {{$m->employee->id}} {{$m->employee->first_name}} {{$m->employee->last_name}} @php echo wordwrap($m->comment,25,"
\n",TRUE); @endphp
@php $data = date('d-m-Y',strtotime($m->created_at)); @endphp @foreach (explode('/', $m->image) as $image) @if($image != '') @else - @endif @endforeach @if($m->image == '') - @else @endif {{$date}}
@include('components/footer')