@extends('front.front-app')
@section('meta-tags')
@include('front.meta-tags.for-other-pages')
@stop
@include('front.header')
@section('container')
{{ Breadcrumbs::render('checkout-success-page', $lang_id) }}
@if($checkout_success_message && $checkout_success_message->itemByLang)
{{ $checkout_success_message->itemByLang->short_descr ?? '' }}
{!! str_replace('{order_id}', $order_id, $checkout_success_message->itemByLang->body) !!}
@endif
@stop
@include('front.footer')