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

@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