Work With Us
| # |
Fullname |
Company |
Email |
Phone |
Message |
Language |
CV |
Status |
Actions |
@foreach($contacts as $contact)
@if ($contact->work_with_us == 1)
| {{ $contact->id }} |
{{ $contact->fullname }} |
{{ $contact->company }} |
{{ $contact->email }} |
{{ $contact->phone }} |
{{ $contact->message }} |
{{ $contact->english == 1 ? "Eng" : "Spa" }} |
|
{{ $contact->status == 1 ? "Ready" : "Pending" }} |
@if(Request::path() == "work-with-us")
@else
@endif
|
@endif
@endforeach
{{ $contacts->links() }}