[WIP] Fix cosmetics, prices
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('articles.title'),
|
||||
'subtitle' => __('articles.create.title'),
|
||||
'breadcrumb' => [__('articles.title'), __('articles.create.title')]
|
||||
'title' => __('Shop.articles.title'),
|
||||
'subtitle' => __('Shop.articles.add'),
|
||||
'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.add')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
@@ -9,7 +9,6 @@
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Shop.Admin.Articles.store', 'id' => 'article-form', 'autocomplete' => 'off', 'files' => true]) }}
|
||||
|
||||
@include('Shop.Admin.Articles.form')
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user