{{ $company->address_1 }}{{ $company->address_2 ? ', ' . $company->address_2 : '' }}
Generated By: {{ auth()->user()->name }}
Date Generated: {{ now()->format('M d, Y H:i') }}
| 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 }} |