12 lines
209 B
PHP
12 lines
209 B
PHP
@extends('Shop.layout.layout', [
|
|
'title' => __('Paiement CB'),
|
|
])
|
|
|
|
@section('content')
|
|
<div class="row">
|
|
<div class="col-12">
|
|
{!! $content !!}
|
|
</div>
|
|
</div>
|
|
@endsection
|