@extends('admin.layout.master') @section('style') @stop @section('body')
|
select/all |
First name | Last name | City | Country | State | Cell phone | @sortablelink('status', 'Status') | @sortablelink('created_at', 'Applied') | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $applicant->f_name }} | {{ $applicant->l_name }} | {{ $applicant->email }} | {{ $applicant->city }} | {{ $applicant->country }} | {{ $applicant->state }} | {{ $applicant->cell_phone }} | status == "done"){{"text-success"}}@elseif($applicant->status == "declined"){{"text-danger"}}@endif"> {{ ucfirst($applicant->status) }} | {{ $applicant->apply_time }} | View Status {{--@if($applicant->status == 'processing') Decline @endif--}} Delete |