{!! Form::label('name', trans('lang.name'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('name', null, [ 'class' => 'form-control', 'placeholder' => trans('lang.name_placeholder'), 'required' => 'required', ]) !!}
{{ trans('lang.name_help') }}
{!! Form::label('reports[]', trans('lang.reports'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('reports[]', $reports, $reportsSelected, [ 'class' => 'select2 form-control', 'multiple' => 'multiple', ]) !!}
{!! Form::label('type', trans('lang.type'), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('type', ['free' => 'Freemium', 'premium' => 'Premium'], null, [ 'placeholder' => 'Please select Type', 'class' => 'form-control', 'id' => 'type', ]) !!}
{!! Form::label('default', trans('lang.default'), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.cancel') }}
@section('page-styles') {{-- dropify --}} @stop @section('vendor-script') {{-- dropify --}} @stop @section('page-script') {{-- --}} {{-- dropify --}} @stop