Fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('article_natures.title'),
|
||||
'subtitle' => __('article_natures.add'),
|
||||
'breadcrumb' => [__('article_natures.title'), __('article_natures.add')]
|
||||
'title' => __('shop.article_natures.title'),
|
||||
'subtitle' => __('shop.article_natures.add'),
|
||||
'breadcrumb' => [__('shop.article_natures.title'), __('shop.article_natures.add')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('article_natures.title'),
|
||||
'subtitle' => __('article_natures.edit'),
|
||||
'breadcrumb' => [__('article_natures.title'), __('article_natures.edit')]
|
||||
'title' => __('shop.article_natures.title'),
|
||||
'subtitle' => __('shop.article_natures.edit'),
|
||||
'breadcrumb' => [__('shop.article_natures.title'), __('shop.article_natures.edit')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
|
||||
Reference in New Issue
Block a user