renaming dir
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user