[WIP] Admin for Families, Genres and Species
This commit is contained in:
16
resources/views/shop/admin/Genres/edit.blade.php
Normal file
16
resources/views/shop/admin/Genres/edit.blade.php
Normal 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="{{ $genre['id'] }}">
|
||||
|
||||
@include('Shop.Admin.Genres.form')
|
||||
|
||||
</form>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user