{!! Form::label('type', 'List:') !!} {!! Form::select('type', \App\Models\CAD\AssetSetting::$types, null, ['class' => 'form-control','required'=>'required','placeholder'=>'Set the List']) !!}
{!! Form::label('name', 'Value:') !!} {!! Form::text('name', null, ['class' => 'form-control','required'=>'required']) !!}
{!! Form::submit('Save', ['class' => 'btn btn-success']) !!} Cancel
@section('scripts') @endsection