Position : Reprocessor
@php $track_room = DB::table('tb_room') ->whereIn('room_type',["storage","leaktest","aer"]) ->get(); @endphp
Station :
@foreach($track_room as $data) @if(configTYPE("track","room")==$data->room_id)
{{$data->room_name}}
@else
{{$data->room_name}}
@endif @endforeach
Scope :
Cancel
Confirm