Inverse fix

This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:40:44 +02:00
parent 002967136e
commit 6d1993c037
106 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@extends('layout.index', [
'title' => __('shop.genres.title'),
'subtitle' => __('shop.genres.edit'),
'breadcrumb' => ['Familles']
])
@section('content')
{{ Form::open(['route' => 'Shop.Admin.Genres.store', 'id' => 'form', 'autocomplete' => 'off']) }}
<input type="hidden" name="id" value="{{ $id }}">
@include('Shop.Admin.Genres.form')
</form>
@endsection