forked from a1gard/xshop
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
380 B
PHTML
13 lines
380 B
PHTML
2 years ago
|
@extends('website.layout')
|
||
|
@section('content')
|
||
|
<div id="main-conetent">
|
||
|
<section id="product" class="wow zoomInUp" data-wow-delay=".5">
|
||
|
<div class="container" style="min-height: 100vh">
|
||
|
@include('starter-kit::component.err')
|
||
|
@include('component.payment_result')
|
||
|
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
@endsection
|