@if($company)

{{ $company->name }}

{{ $company->address_1 }}{{ $company->address_2 ? ', ' . $company->address_2 : '' }}

@endif

Incident Report

Generated By: {{ auth()->user()->name }}

Date Generated: {{ now()->format('M d, Y H:i') }}

@foreach($incidents as $incident) @endforeach
Date Duty # Employee Site Subject Description
{{ \Carbon\Carbon::parse($incident->created_at)->format('Y-m-d H:i') }} {{ $incident->duty_number }} {{ $incident->first_name }} {{ $incident->last_name }} {{ $incident->site_name }} {{ $incident->subject }} {{ $incident->description }}