canSubmissionId | Date | Consultant Name | Job Status | Pay Rate | Client Name | Client Location | Vendor Company Name |
---|---|---|---|---|---|---|---|
{{ $vendor_list->id }} | {{ date('d-M-Y',strtotime($vendor_list->created_at)) }} | {{ ucwords($vendor_list->consultant_name) }} | {{ ucwords(str_replace('_',' ',$vendor_list->status)) }} | {{ $vendor_list->vendor_pay_rate }} | {{ ucwords($vendor_list->client_name) }} | {{ $vendor_list->client_location }} | {{ ucwords($vendor_list->vendor_company_name) }} |