[WIP] Working on orders & invoices
This commit is contained in:
11
resources/views/Shop/Orders/confirmed.blade.php
Normal file
11
resources/views/Shop/Orders/confirmed.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@extends('Shop.layout.layout', [
|
||||
'title' => __('Commande confirmée'),
|
||||
])
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
Votre commande a été confirmée
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user