little refactoring
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('shop.merchandises.title'),
|
||||
'subtitle' => __('shop.merchandises.add'),
|
||||
'breadcrumb' => [__('shop.merchandises.title'), __('shop.merchandises.add')]
|
||||
'title' => __('shop.merchandises.title'),
|
||||
'subtitle' => __('shop.merchandises.add'),
|
||||
'breadcrumb' => [__('shop.merchandises.title'), __('shop.merchandises.add')],
|
||||
])
|
||||
|
||||
@section('content')
|
||||
{{ Form::open(['route' => 'Admin.Shop.Merchandises.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
@include('Admin.Shop.Merchandises.form')
|
||||
</form>
|
||||
@include('Admin.Shop.Merchandises.form')
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user