@extends('layouts.app') @section('content')
ID | Type | Title | Involved | On Duty | Date | Time | Reporter | Verified | Status | Action | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $incident->id }} | {{ $incident->type }} | {{ $incident->title }} | @if($incident->cnt > 1){{ $incident->involve_first_name . ' ' . $incident->involve_last_name }} +{{ ($incident->cnt - 1) }} more | @else{{ $incident->involve_first_name . ' ' . $incident->involve_last_name }} | @endif @if($incident->is_on_duty)@else | @endif | {{ $incident->date }} | {{ $incident->time }} | {{ $incident->first_name . ' ' . $incident->last_name }} | @if($incident->is_verified)@else | @endif | {{ $incident->status }} | View |
Showing {{ count($incidents) }} of {{ $incidents->appends(request()->input())->total() }} entries
{{ $incidents->appends(request()->input())->links() }}