This commit is contained in:
Ludovic CANDELLIER
2021-08-21 19:48:21 +02:00
parent 9a0601d473
commit 81fbec892c
24 changed files with 423 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('offers.title'),
'subtitle' => __('offers.create.title'),
'breadcrumb' => [__('offers.title'), __('offers.create.title')]
'title' => __('Shop.offers.title'),
'subtitle' => __('Shop.offers.add'),
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.add')]
])
@section('content')