This commit is contained in:
Ludovic CANDELLIER
2021-08-24 23:41:10 +02:00
parent 82afe63c60
commit 67f490b2fe
15 changed files with 51 additions and 77 deletions

View File

@@ -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')

View File

@@ -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')