@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('name', trans("lang.category_name"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('name', null, ['class' => 'form-control','placeholder'=> trans("lang.category_name_placeholder")]) !!}
{{ trans("lang.category_name_help") }}
{!! Form::label('description', trans("lang.category_description"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::textarea('description', null, ['class' => 'form-control','placeholder'=> trans("lang.category_description_placeholder") ]) !!}
{{ trans("lang.category_description_help") }}
{!! Form::label('image', trans("lang.category_image"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.category_image_help") }}
@prepend('scripts') @endprepend
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}