@extends('front.front-app') @section('meta-tags') @include('front.meta-tags.for-other-pages') @stop @include('front.header') @section('container')
@if($checkout_success_message && $checkout_success_message->itemByLang)
Checkout success

{{ $checkout_success_message->itemByLang->short_descr ?? '' }}

{!! str_replace('{order_id}', $order_id, $checkout_success_message->itemByLang->body) !!}
@endif
@stop @include('front.footer')