fixes
This commit is contained in:
11
resources/views/paybox/paybox.blade.php
Normal file
11
resources/views/paybox/paybox.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@extends('Shop.layout.layout', [
|
||||
'title' => __('Paiement CB'),
|
||||
])
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
{!! $content !!}
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user