{{ Form::text('name', trans('brand::attributes.name'), $errors, $brand, ['required' => true]) }} {{ Form::checkbox('is_active', trans('brand::attributes.is_active'), trans('brand::brands.form.enable_the_brand'), $errors, $brand) }}