@include('partials.breadcrumbs')

Vehicle Detail @include('layouts.crmnov')

Vehicle Incident Logger

Please record any details of incidents with this vehicle below

Vehicle Incidents Status
@forelse($datalist as $incd) @empty {{-- --}} @endforelse
Date Driver Type Of Incident Action
@if(isset($incd['date_of_incident'])) {{ date(config('choicescrm.date_format_forms'), strtotime($incd['date_of_incident']))}} @endif @if(isset($incd['driver_name'])) {{$incd['driver_name']}} @endif @if(isset($incd['incident_type'])) {{$incd['incident_type']}} @endif
No record found
@if(isset($data['vehicle_pic']) && $data['vehicle_pic']!='' && file_exists(public_path('crm/vehicle/'.$data['vehicle_pic']))) @else @endif
@if(isset($data['name'])) {{$data['name']}} @endif
Home: @if(isset($data['location'])) {{$data->getHomeName($data['location'])}} @endif
Registration Number
@if(isset($data['registration_no'])) {{$data['registration_no']}} @endif
Vehicle Insurance
@if(isset($data['insurance_company'])) {{$data['insurance_company']}} @endif
Start Date
@if(isset($data['start_date'])) {{ date(config('choicescrm.date_format_forms'), strtotime($data['start_date']))}} @endif
Time In Our Home
{{$data->getCareDuration()}}