@extends('layouts.default') @section('title', 'Dashboard') @section('new_button')
| Call back date | Consultant | Call Status | Actions | ||
|---|---|---|---|---|---|
| load more... | |||||
| Task | Actions |
|---|
| Date | Consultant | Mobile | Technologies | Visa Type | Status | Creater | Action | |
|---|---|---|---|---|---|---|---|---|
| load more... | ||||||||
| 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)) }} | {{ ucfirst($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 |