@extends('layouts.backoffice') @section('content')
{{ csrf_field() }}
@foreach($availableLocales as $locale)
@if($errors->has('name.'.$locale))
{{$errors->first('name.'.$locale)}}
@endif
@endforeach

@if($errors->has('type'))
{{$errors->first('gender')}}
@endif


has('file'))style="display: none"@endif>

@if(isset($modelNav['base']) && $modelNav['base'])  Back @endif
@endsection @section('styles') @endsection @section('scripts') @endsection