Vehicle Incident

Vehicle Incident Status

Review and update the accident incident details below.
{{ $incidents['incident_type'] }}

Incident Details

Date of Incident:

@if(isset($incidents['date_of_incident'])) {{ date(config('choicescrm.date_format_forms'), strtotime($incidents['date_of_incident']))}} @endif

Driver:

{{$incidents['driver_name']}}

Vehicle Details:

{{$vehicle['name']}}

Type Of Incident:

{{$incidents['incident_type']}}

Describe details:

Incident Information

Homes Vehicle Details

Other Vehicle

Injured Person(s)

Police Information

Documents

    @forelse($incidentDocument as $document)
  • Doc - {{$document['title']}}- Click Here To View Doc
  • @empty @endforelse