checkout fail

This commit is contained in:
merdan 2020-04-09 19:49:15 +05:00
parent 73724138c7
commit 5bb81d87c6
1 changed files with 9 additions and 6 deletions

View File

@ -28,15 +28,18 @@
</g>
</svg>
</div>
<div class="col-md-12 text-center mb-5 pb-5">
</div>
<div class="row justify-content-center">
<div class="col-12 g-font-size-16">
<h1 property="name" class="mb-3 font-weight-bold text-center">@lang('ClientSide.checkout_fail_title')</h1>
@lang('ClientSide.checkout_fail_text')
<h1 property="name" style="font-weight: bold">@lang('ClientSide.checkout_fail_title')</h1>
<p class="pb-5 mb-5">
@lang('ClientSide.checkout_fail_text')
</p>
<a class="red_button" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div>
</div>
<div class="row justify-content-center py-5">
<a class="red_button mb-5" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div>
</section>