@if(session()->has('success'))
{{ session()->get('success') }}
@endif
Name |
Email |
Phone |
Current Profile |
Created At |
Action |
@foreach($record as $data)
{{ $data->first_name.''.$data->last_name}} |
{{ $data->email }} |
{{ $data->contact_phone }} |
{{ $data->current_job_profile }} |
{{ $data->created_at }} |
@if($data->resume_binary_file)
@endif
|
@endforeach