{!! Form::select('service_type',$servicetypes ,null, ['class' => 'form-control col-sm-4']) !!}

@if(!empty($workorders)) @foreach($workorders as $workorder) @endforeach @endif
     All T1 Cargo
{!! $workorder->t1 !!} @if($workorder->container_number){!! $workorder->container_number !!}@elseif($workorder->roro_type){{$workorder->roro_type}}@else Breakbulk @endif
@section('footer_scripts') @stop