@extends('layouts.cad_simple') @section('content')
Exit Without Saving
@csrf @method('PUT') {{--

POLICE REPORT

--}}

Call No:

Date: {{ $report->created_at->format('m/d/Y') }}

Reporting Officer: {{ $report->officer->name ?? $report->user->preferred_name }}

Report Type:

Report Title:


Detail of Event:

@endsection