{!! Form::open(["url" => "scm-report", 'method' => "POST", "class" => "form-horizontal", "id" => "scmCreateForm"]) !!}
| No | ID | @lang("content.in_stock") | |
|---|---|---|---|
| {{ $j + 1 }} | id}?dateSearch=all" }}">{{ $containerID }} | {!! Form::checkbox("st[]", $container->id, true, ['class' => 'form-control'] ) !!} | {{--{!! Form::checkbox("st[]", $content, true, ['class' => 'form-control'] ) !!} | --}}
| No | @lang("content.type") | ID | @lang("content.owner") | |
|---|---|---|---|---|
| 1 | {!! Form::select('type[]', $uldTypes, null, ['class' => 'form-control']) !!} | {!! Form::text("oType[]", null, [ 'class' => 'form-control', 'placeholder' => 'Type', 'maxlength' => 3, "disabled" ]) !!} | {!! Form::text("uld[]", null, ['style' => 'width: 100%;', 'class' => 'form-control', 'placeholder' => 'ULD ID' ]) !!} | {!! Form::text("owner[]", $owner ? $owner->iata : null, ['style' => 'width: 100%;', 'class' => 'form-control', 'placeholder' => 'Owner', 'maxlength' => 2 ]) !!} |