This commit is contained in:
Ludovic CANDELLIER
2021-08-24 23:41:10 +02:00
parent ca691c8fdd
commit c3a05640ab
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')