@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.checkout.success.title') }} @endsection @section('content-wrapper')

{{ __('shop::app.checkout.success.thanks') }}

{{ __('shop::app.checkout.success.order-id-info', ['order_id' => $order->order_no]) }}

{{ __('shop::app.checkout.success.info') }}

{{ view_render_event('bagisto.shop.checkout.continue-shopping.before', ['order' => $order]) }}
{{ __('shop::app.checkout.cart.continue-shopping') }}      @include('shop::checkout.email')
{{ view_render_event('bagisto.shop.checkout.continue-shopping.after', ['order' => $order]) }}
@endsection