renaming dir

This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:34:57 +02:00
parent 09c1e7e3b2
commit 002967136e
106 changed files with 0 additions and 0 deletions

View File

@@ -1,16 +0,0 @@
@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