@extends('layouts.app') @section('content')
Insurances
Company Information
ID

{{ $incident->id }}

Type

{{ $incident->type }}

Date

{{ $incident->date }}

Time

{{ $incident->time }}

Police Notified @if($incident->is_verified)
@else
@endif
Title

{{ $incident->title }}

Details

{{ $incident->details }}

Causes

{{ $incident->causes }}

Follow-up Recommendations

{{ $incident->recommendations }}

Verified by Admin @if($incident->is_verified)
@else
@endif
Status

{{ $incident->status }}

Reporter Information
Reporter

{{ $incident->first_name . ' ' . $incident->last_name }}

Designation

{{ $incident->reporter_type }}

Contact Number

{{ $incident->reporter_contact_number }}

@foreach ($involves as $involve) @endforeach
Personnel Designation Post Contact Number On Duty Action
{{ $involve->first_name . ' ' . $involve->last_name }} {{ $involve->reporter_type }} {{ $involve->post }} {{ $involve->reporter_contact_number }} @if($involve->is_on_duty)
@else
@endif
last_name }}")'>
@endsection @section('script') @endsection