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