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

@@ -0,0 +1,13 @@
@extends('layout.index', [
'title' => __('shop.genres.title'),
'subtitle' => __('shop.genres.add'),
'breadcrumb' => [__('shop.genres.title'), __('shop.genres.add')]
])
@section('content')
{{ Form::open(['route' => 'Shop.Admin.genres.store', 'id' => 'form', 'autocomplete' => 'off']) }}
@include('Shop.Admin.genres.form')
</form>
@endsection