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

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