Hi,

Work Department of Incident Report IR - {{ $incident_report->id }} has been updated to {{ $incident_report->work_department->name }} by {{ $incident_report->workdepartment_updated->name }} on {{ date('d/m/Y h:m A', strtotime(@$incident_report->updated_at)) }}

@if (ucfirst($incident_report->asset) == Null) @endif

Incident Report Details

Incident Report

{{ 'IR-'.@$incident_report->id }}

Created Date & Time

{{ date('d M, Y', strtotime(@$incident_report->updated_at)) }} , {{ date('h:i A', strtotime(@$incident_report->updated_at)) }}

Company

{{ @$incident_report->company->name }}

Division

{{ @$incident_report->division->name }}

Damage Details

{{ @$incident_report->damagedetails }}

Action

{{ @$incident_report->action }}

Block

{{ @$incident_report->sublocation->block->name }}

Section

{{ @$incident_report->sublocation->section->name }}

Location

{{ @$incident_report->sublocation->location->name }}

Sub Location

{{ @$incident_report->sublocation->name }}

Department

{{ @$incident_report->department->name }}

Work Department

{{ @$incident_report->work_department->name }}