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' => 'Unités',
'subtitle' => 'Edition d\'une unité',
'breadcrumb' => ['Unités']
'title' => __('shop.unities.title'),
'subtitle' => __('shop.unities.edit'),
'breadcrumb' => [__('shop.unities.title'), __('shop.unities.edit')]
])
@section('content')