{{ Userdefined::showMessage() }}
| canSubmissionId | Date | Consultant Name | Consultant Location | Visa Status | Job Title | Vendor Company Name | Vendor Phone | Client Name | Client Location | Client Interview Date | Pay Rate | Job Status |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $vendor_list->id }} | {{ date('d-M-Y',strtotime($vendor_list->created_at)) }} | {{ ucwords($vendor_list->consultant_name) }} | {{ ucwords($vendor_list->country_name)}},{{ ucwords( $vendor_list->city_name) }} | {{ ucwords($vendor_list->visa_status) }} | {{ ucwords($vendor_list->job_title) }} | {{ ucwords($vendor_list->vendor_company_name) }} | {{ ucwords($vendor_list->vendor_mobile) }} | {{ ucwords($vendor_list->client_name) }} | {{ $vendor_list->client_location }} | @if($vendor_list->status == 'client_interview')
{{ date('d-m-Y',strtotime($vendor_list->client_interview_date)) }} @else--- @endif |
{{ $vendor_list->vendor_pay_rate }} | {{ ucwords(str_replace('_',' ',$vendor_list->status)) }} |