{{ __('Internships Application List') }}
{{-- Search filter --}}
@if (request()->get('par-page') !== 'all')
Total {{ $posts->total() }} Internships Application found
{{ __('SN') }} | {{ __('Jobs') }} | {{ __('Name') }} | {{ __('Phone') }} | {{ __('Email') }} | {{ __('Create On ') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ @$model->internship->title }} | {{ $model->first_name." ".$model->last_name }} | {{ $model->phone }} | {{ $model->email }} | {{ formatDate($model->created_at) }} |
{{ $posts->onEachSide(0)->links() }}
@endif