@if(in_array('job-application-edit', $authRolePermissions)) @endif @if(in_array('job-application-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('career-vacancy-edit', $authRolePermissions)) @endif @if(in_array('job-application-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Application No. Name Email Phone Cover Letter Applied At StatusEditDelete
{{$data->firstItem() + $key}} {{$list->application_no}} {{$list->candidate_name}} {{$list->candidate_email}} {{$list->candidate_phone}} {{$list->cover_letter}} {{formatedDate($list->applied_at)}} {{$list->status}}
No Data Found