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

  No file selected...
@if($errors->has('img'))
{{$errors->first('img')}}
@endif

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