Files
opensem/resources/views/paybox/paybox.blade.php
2025-01-03 03:46:45 +01:00

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