@if (get_guard() == 'admin' && $type == 1)
@else
@endif
@php
$housekeeping_id = $departments->where('other_info4', 'HK')->first()->id ?? null;
$maintenance_id = $departments->where('other_info4', 'MAINTENANCE')->first()->id ?? null;
$service_id = $departments->where('other_info4', 'SERVICE')->first()->id ?? null;
@endphp
@if($maintenance_id)
{{ __('obs.maintenance') }}
@endif
@if($housekeeping_id)
{{ __('obs.housekeeping') }}
@endif
@if($service_id)
{{ __('obs.service') }}
@endif
@if (get_guard() == 'admin')
@else
@endif
@if($assigned_user)
@else
@endif