@section('css') @include('layouts.datatables_css') @endsection
{!! BootForm::text('Consumable Settings Name', 'name')->placeholder('Consumable Settings Name')->attribute('disabled', 'true') !!}
{!! BootForm::text('Consumable Settings Description', 'description')->placeholder('Consumable Settings Description')->attribute('disabled', 'true') !!}
{!! BootForm::select('Type', 'type')->options(['DIE' => 'DIE', 'PATTI' => 'PATTI', 'MOULD' => 'MOULD', 'GRINDING' => 'GRINDING', 'FINISHING' => 'FINISHING', 'HOT_PRESS' => 'HOT_PRESS', 'COLD_PRESS' => 'COLD_PRESS', 'BINDER' => 'BINDER', 'OTHER' => 'OTHER'])->attribute('disabled', 'true'); !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel
@section('scripts') @include('layouts.datatables_js') @endsection @push('scripts') @endpush