Add categories for generic prices
This commit is contained in:
14
resources/views/Shop/Admin/PriceGenerics/edit.blade.php
Normal file
14
resources/views/Shop/Admin/PriceGenerics/edit.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('price_generics.title'),
|
||||
'subtitle' => __('price_generics.edit.title'),
|
||||
'breadcrumb' => [__('price_generics.title'), __('price_generics.edit.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Shop.Admin.PriceGenerics.store', 'id' => 'price-generic-form', 'autocomplete' => 'off']) }}
|
||||
<input type="hidden" name="id" value="{{ $generic['id'] }}">
|
||||
@include('Shop.Admin.PriceGenerics.form')
|
||||
</form>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user