Status Records
@if(isset($id)) {!! Form::text('type', null, ['class' => 'm-wrap span12 type','readonly']) !!} {!! $errors->first('type', '

:message

') !!} @else {!! Form::text('type', null, ['class' => 'm-wrap span12 type']) !!} {!! $errors->first('type', '

:message

') !!} @endif
{!! Form::select('order_no', [''=>'Select Order','1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5'], null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('order', '

:message

') !!}
{!! Form::select('status', [''=>'Select status','1'=>'Active','0'=>'Inactive'], null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('status', '

:message

') !!}
{!! Form::select('status_per',[''=>'Select Status Per','1'=>'BL','2'=>'Truck'], null, ['class' => 'm-wrap span12 status_per']) !!} {!! $errors->first('status_per', '

:message

') !!}
{!! Form::select('logistic_type', [''=>'Select Type','1'=>'Import','2'=>'Export'], null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('logistic_type', '

:message

') !!}
{!! Form::submit(isset($submitButtonText) ? $submitButtonText : 'Create', ['class' => 'btn green']) !!}
Note:Order No. 1:Gray 2 3 4:Orange 5:Green