diff --git a/resources/views/Admin/Shop/ArticleNatures/list.blade.php b/resources/views/Admin/Shop/ArticleNatures/list.blade.php index 6011f9e0..da9a433b 100644 --- a/resources/views/Admin/Shop/ArticleNatures/list.blade.php +++ b/resources/views/Admin/Shop/ArticleNatures/list.blade.php @@ -1,7 +1,7 @@ @extends('layout.index', [ - 'title' => __('Shop.article_natures.title'), - 'subtitle' => __('Shop.article_natures.list'), - 'breadcrumb' => [__('Shop.article_natures.title')] + 'title' => __('shop.article_natures.title'), + 'subtitle' => __('shop.article_natures.list'), + 'breadcrumb' => [__('shop.article_natures.title')] ]) @section('content') diff --git a/resources/views/Admin/Shop/Articles/create.blade.php b/resources/views/Admin/Shop/Articles/create.blade.php index 65414d33..6ca79c5a 100644 --- a/resources/views/Admin/Shop/Articles/create.blade.php +++ b/resources/views/Admin/Shop/Articles/create.blade.php @@ -1,7 +1,7 @@ @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') diff --git a/resources/views/Admin/Shop/Articles/edit.blade.php b/resources/views/Admin/Shop/Articles/edit.blade.php index abd9ff38..dc6d6d86 100644 --- a/resources/views/Admin/Shop/Articles/edit.blade.php +++ b/resources/views/Admin/Shop/Articles/edit.blade.php @@ -1,7 +1,7 @@ @extends('layout.index', [ - 'title' => __('Shop.articles.title'), - 'subtitle' => __('Shop.articles.edit'), - 'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.edit')] + 'title' => __('shop.articles.title'), + 'subtitle' => __('shop.articles.edit'), + 'breadcrumb' => [__('shop.articles.title'), __('shop.articles.edit')] ]) @section('content') diff --git a/resources/views/Admin/Shop/Articles/form.blade.php b/resources/views/Admin/Shop/Articles/form.blade.php index d925c1d5..d98c00fc 100644 --- a/resources/views/Admin/Shop/Articles/form.blade.php +++ b/resources/views/Admin/Shop/Articles/form.blade.php @@ -12,7 +12,7 @@