Dear sir,

Risk Assessment {{ $issue->id }} has been reported for {{ $issue->getdeptname($issue->dept) }} Department.

Issue Type : @if($issue->type == 1) Near Miss @elseif($issue->type == 2) Unsafe Practise/Action @elseif($issue->type == 3) Unsafe Condition @elseif($issue->type == 4) Injury Incident @elseif($issue->type == 5) Non Injury Incident @elseif($issue->type == 6) Imminent Danger @elseif($issue->type == 7) Meeting @elseif($issue->type == 8) Auditing/Inspection @elseif($issue->type == 9) PTW @elseif($issue->type == 10) Poor Housekeeping @else other @endif
@php use App\Models\Territory; use App\Models\area; use App\Models\Plant; $territory = Territory::where('id', $issue->unit_no)->first(); $plant = Plant::where('id', $issue->plant_id)->first(); $area = area::where('id', $issue->area)->first(); @endphp Issue Territory : {{ $territory->name }}
Issue Plant : {{ $plant->name }}
Issue Area : {{ $area->name }}
Issue Department : {{ $issue->getdeptname($issue->dept) }}
Exact Location : {{ $issue->exact_location }}
Description : {{ $issue->description }}

You are kindly requested to visit link click here for further details.
Go to GACL Safety App