@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('name', trans("lang.brand_name"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('name', null, ['class' => 'form-control','placeholder'=> trans("lang.brand_name_placeholder")]) !!}
{{ trans("lang.brand_name_help") }}
{!! Form::label('description', trans("lang.brand_description"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::textarea('description', null, ['class' => 'form-control','placeholder'=> trans("lang.brand_description_placeholder") ]) !!}
{{ trans("lang.brand_description_help") }}
{!! Form::label('image', trans("lang.brand_image"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.brand_image_help") }}
@prepend('scripts') @endprepend
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}