little refactoring
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.producers.title'),
|
||||
'subtitle' => __('Shop.producers.edit'),
|
||||
'breadcrumb' => [__('Shop.producers.title'), __('Shop.producers.edit')]
|
||||
'title' => __('Shop.producers.title'),
|
||||
'subtitle' => __('Shop.producers.edit'),
|
||||
'breadcrumb' => [__('Shop.producers.title'), __('Shop.producers.edit')],
|
||||
])
|
||||
|
||||
@section('content')
|
||||
{{ Form::open(['route' => 'Admin.Shop.Producers.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
<input type="hidden" name="id" id="id" value="{{ $producer['id'] }}">
|
||||
@include('Admin.Shop.Producers.form')
|
||||
</form>
|
||||
@include('Admin.Shop.Producers.form')
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user