AS
Size: a a a
AS
MP
MP
@foreach($channelqueue as $id =>$data)
<select class="form-control">
<option></option>
@foreach($channel as $q)
<option
@if ($id == $q->id)
selected=""
@endif
>{{$q->title}}</option>
@endforeach
</select>
@endforeach
@foreach ($channel as $q)
@continue(isset($channelqueue[$q->id]))
<select class="form-control">
<option></option>
@foreach($channel as $q)
<option>{{$q->title}}</option>
@endforeach
</select>
@endforeach
AS
MP
MP
AS
MP
AS
AS
AS
AS
MP
AS
MP
AS
MP
name[]
MP
AS
name[]