| {{ __("#") }} | {{ __("Name") }} | {{ __("Email") }} | {{ __("Phone") }} | {{ __("Position") }} | {{ __("Cv") }} | {{ __("Status") }} | {{ __("Actions") }} |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($candidates->currentPage() - 1) * $candidates->perPage() }} | {{ $candidate->name }} | {{ $candidate->email }} | {{ $candidate->phone }} | {{ $candidate->position }} | @if($candidate->cv) {{ __('View CV') }} @else - @endif | {{ $candidate->status }} | {{-- --}} {{ __('View') }} |
| {{ __('No candidates found.') }} | |||||||