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