{!! BootForm::text('Material Id', 'material_id')->placeholder('Material Id') !!}
@component('partials.datetimepicker', [ 'dateid' => 'start_time', 'placeholder' => 'Start Time' ]) @endcomponent
@component('partials.datetimepicker', [ 'dateid' => 'end_time', 'placeholder' => 'End Time' ]) @endcomponent
{!! BootForm::text('Moult', 'mould')->placeholder('Mould') !!}
{!! BootForm::text('Remaining Piece', 'remaining_piece')->placeholder('Remaining Piece') !!}
{!! BootForm::text('Electricity Out Duration', 'electricity_out_duration')->placeholder('Electricity Out Duration') !!}
{!! BootForm::select('Other Blocker Reason', 'other_blocker_reason')->options(config('app_data.blocker_reason_enum')); !!}
{!! BootForm::text('Other Production Blocker Duration', 'other_prod_blocker_duration')->placeholder('Other Production Blocker Duration') !!}
{!! BootForm::text('Reason', 'reason')->placeholder('reason') !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel