@php $number = 1; @endphp @foreach ($applicants as $applicant) @include('pages.applicant._action-menu') @endforeach
No Action Name Email Phone JobDesk Location File Message
{{ $number++ }}{{ $applicant['first_name'] ?? '' }} {{ $applicant['last_name'] ?? '' }} {{ $applicant['email'] ?? '' }} {{ $applicant['phone'] ?? '' }} {{ $applicant['jobdesk'] ?? '' }} {{ $applicant['location'] ?? '' }} Download
@if (strlen($applicant['message'] ?? '') > 70)
{{ substr($applicant['message'], 0, 70) }}...
@else {{ $applicant['message'] ?? '' }} @endif
{{-- Inject scripts --}} @section('scripts') @endsection