In Time: {{ $result->created_at }}
Cost Center: {{ $result->cost_center ? $result->cost_center->name_eng : 'Not Found' }}
Cost Center Location: {{ $result->location_costcenter }}
Department: {{ $result->department ? $result->department->name : 'Not Found' }}
Sub-Department: {{ $result->sub_department }}
Location: {{ $result->location }}
Floor: {{ $result->floor ? $result->floor->floor_no : 'Not Found' }}
Sub - Floor: {{ $result->floor_location }}
Room: {{ $result->room ? $result->room->room_number : 'Not Found' }}
Sub-Room: {{ $result->room_location }}
Statutory Location: {{ $result->statutory_location }}
Sub-Location: {{ $result->sub_location }}