@extends('layouts.app') @section('content')
Incident Report
@foreach ($incidents as $incident) @if($incident->cnt > 1) @else @endif @if($incident->is_on_duty) @else @endif @if($incident->is_verified) @else @endif @endforeach
ID Type Title Involved On Duty Date Time Reporter Verified Status Action
{{ $incident->id }} {{ $incident->type }} {{ $incident->title }} {{ $incident->involve_first_name . ' ' . $incident->involve_last_name }} +{{ ($incident->cnt - 1) }} more{{ $incident->involve_first_name . ' ' . $incident->involve_last_name }}{{ $incident->date }} {{ $incident->time }} {{ $incident->first_name . ' ' . $incident->last_name }} {{ $incident->status }} View
@section('script') @endsection @endsection