DATATABLE
ID |
FirstName |
LastName |
phoneNo |
Email |
File |
Date |
Status |
|
@foreach($kk_careers as $value)
{{ $value->id }}
| {{ $value->firstname }} |
{{ $value->lastname }} |
{{ $value->phoneno }} |
{{ $value->email }} |
{{ $value->file }} |
{{ $value->created_at }} |
pending
|
|
@endforeach