Room Detail
Name
Color
Department
@foreach ($department_all as $dpma) @if(isset($id)) @php $check = array_search("$id",json_decode($dpma->department_room)); @endphp @endif
department_id || @$check!=null) checked @endif>
{{$dpma->department_name}}
@endforeach
@if(isset($id))
Edit
@else
Submit
@endif