Service Types
{!! Form::select('service_type',$servicetypes ,null, ['class' => 'form-control col-sm-4']) !!}
     All
T1
Cargo
@if(!empty($workorders)) @foreach($workorders as $workorder)
{!! $workorder->t1 !!}
@if($workorder->container_number){!! $workorder->container_number !!}@elseif($workorder->roro_type){{$workorder->roro_type}}@else Breakbulk @endif
@endforeach @endif
Save
@section('footer_scripts')
Delete Item
×
Are you sure to delete this Item? This operation is irreversible.
@stop