@extends('layouts/contentLayoutMaster') @section('title', 'Task Details') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @php $configData = Helper::applClasses(); $users = Auth::user(); $roles = $users->roles()->pluck('name')->implode(' '); @endphp @section('content') @if($errors->any())
Task Name: {{ $tasks->internal_name }}
Task Status: {{ $tasks->status }}
Priority: {{ $tasks->priority }}
TAT: {{ date('d M Y', strtotime($tasks->tat)) }}
Recieved Date: {{ date('d M Y', strtotime($tasks->created_at)) }}
Father's Name: {{ $employees->co_name }}
Mobile: {{ $employees->mobile }}
Alise Name: {{ $employees->alias }}
Gender: {{ $employees->gender == 'M' ? 'Male' : 'Female' }}
DOB: {{ date('d M Y', strtotime($employees->dob)) }}
Employer Code : {{ $employers->employer_custom_id }}
Case Number: {{ $orders->order_number }}
Case Status: {{ $orders->status }}
Task Number: {{ $tasks->task_number }}
| Fields | Candidate Data | Verified | Matched | @if($tasks->task_display_id == 'AV_POSTAL' || $tasks->task_display_id == 'EDUCATION_VERIFICATION')Unable to Verify | @elsePartial Match | @endifMis Match | @if($lasthistories->task_status != 'COMPLETE') @if($is_doc_uploaded) Save @endif @endif @if($roles != 'VENDOR_OPERATIONS') @if($is_doc_uploaded && $is_open) Finalize Report @endif @if(!empty($lasthistories->report_url) && ($roles != 'VENDOR_OPERATIONS' OR $roles != 'VENDOR_ADMIN')) Download Report @endif @endif @if($tasks->task_display_id == 'AV_POSTAL_PRESENT' || $tasks->task_display_id == 'AV_POSTAL_PERMENENT') Print Postal Send Link @endif @if($tasks->task_display_id == 'AV_DIGITAL') Send Messege @endif @if($tasks->task_display_id == 'AV_DIGITAL') Send Messege @endif @if($tasks->task_display_id == 'FACE_MATCH' && empty($lasthistories->antecedants_data)) Verify Face Match @endif @if($tasks->task_display_id == 'DBC_GLOBAL') Verify @endif |
|---|
| No. | Comments | Comment By | Created At |
|---|---|---|---|
| {{ $comment->id }} | {{ $comment->message }} | {{ $comment->first_name }} {{ $comment->last_name }} | {{ $comment->created_at }} | @endforeach
| No. | Insuffs | Insuffs By | Created At |
|---|---|---|---|
| {{ $insuff->id }} | {{ $insuff->message }} | {{ $insuff->first_name }} {{ $insuff->last_name }} | {{ $insuff->created_at }} | @endforeach