{!! Form::customInput('text', 'title') !!}
@include('settings::fields._switch',['name' => 'is_active'])
@include('settings::fields._switch',['name' => 'is_closed'])
{!! Form::label('categories', __("category"), ['class' => 'awesome']) !!}
{!! Form::select('category_id', $categories,$entity->category_id, array('class' => 'form-control' )) !!}
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@push('script')
{!! JsValidator::formRequest("Modules\Ads\Http\Requests\ProductRequest") !!}
@endpush
{!! JsValidator::formRequest("Modules\Ads\Http\Requests\ProductRequest") !!}