{!! BootForm::text('Name', 'name')->placeholder('Name') !!}
{!! BootForm::text('Name(for print)', 'bond_name_print')->placeholder('Name(for print)') !!}
{!! BootForm::text('Bond Short Description', 'bond_short_description')->placeholder('Bond Short Description') !!}
{!! BootForm::select('Machine Type', 'machine_type')->options(['GANGSAW' => 'Gangsaw', 'DRESSING' => 'Dressing', 'MULTIBLADE_CUTTER' => 'Multiblade Cutter', 'SINGLE_BLADE_CUTTER' => 'Single Blade Cutter', 'WIRESAW_MACHINE' => 'Wiresaw Machine', 'EDGE_CUTTING' => 'Edge Cutting' ]); !!}
{!! BootForm::select('Stone Type', 'stone_type')->options(['MARBLE' => 'Marble', 'SANDSTONE' => 'Sandstone', 'GRANITE' => 'Granite', 'TILES' => 'Tiles', 'IMPORTED_STONE' => 'Imported Stone']); !!}
{!! BootForm::select('Status', 'status')->options(['ACTIVE' => 'Active', 'INACTIVE' => 'InActive', 'DISCOUNTINUED' => 'Discontuned']); !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel