@extends('layouts.default') @section('title', 'Submission list') @section('new_button')
Date | Consultant | Job Title | Job Location | Client Name | Client Location | Interview Date | Job Status | Submitted By | Actions | |
---|---|---|---|---|---|---|---|---|---|---|
{{ date(env('APP_DATE'), strtotime($li->created_at)) }} | {{ ucwords($li->consultant?->name) }} | {{ ucwords($li->job?->title) }} | {{ ucwords($li->job?->country?->name) }} | {{ ucwords($li->job?->client?->name) }} | {{ ucwords($li->job?->client?->country?->name) }} | {{ ($li->interview_date != '')?date(env('APP_DATE'), strtotime($li->interview_date)):'' }} | @if($li->status != 'joined') {{ $vendor_statuses[$li->status] }} @else Joined @endif | {{ ucwords($li->creater?->name) }} | create mail | |
No data |