@php
/*
$layout_page = shop_cart
*/
@endphp
@extends($sc_templatePath.'.layout')
@section('block_main_content_center')
{{ $title }}
{{ $title }}
{{ trans('order.success.msg') }}
{{ trans('order.success.order_info',['order_id'=>session('orderID')]) }}
@endsection
@section('breadcrumb')
@endsection
@push('styles')
{{-- Your css style --}}
@endpush
@push('scripts')
{{-- Your scripts --}}
@endpush