[WIP] Order process with interactive methods

This commit is contained in:
Ludovic CANDELLIER
2022-07-03 23:36:33 +02:00
parent 06cfb92757
commit 573e98a2ce
6 changed files with 30 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
@extends('layout.index', [
'title' => __('shop.homepages.title'),
'subtitle' => __('shop.homepages.add'),
'title' => __('Contenus'),
'subtitle' => __('Ajouter un contenu'),
])
@section('content')

View File

@@ -1,7 +1,6 @@
@extends('layout.index', [
'title' => __('shop.homepages.title'),
'subtitle' => __('shop.homepages.edit'),
'breadcrumb' => [__('shop.homepages.title')]
'title' => __('Contenus'),
'subtitle' => __('Editer un contenu'),
])
@section('content')

View File

@@ -1,7 +1,6 @@
@extends('layout.index', [
'title' => __('shop.homepages.title'),
'subtitle' => __('shop.homepages.list'),
'breadcrumb' => [__('shop.homepages.title')]
'title' => __('Contenus'),
'subtitle' => __('Liste des contenus'),
])
@section('content')