@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.checkout.success.title') }} @stop @php $locale = company()->getCurrentLocale(); @endphp @section('content-wrapper')
direction) && $locale->direction == 'ltr') style="min-height: 300px;direction:ltr;text-align:left;" @else style="min-height: 300px;direction:rtl;text-align:right;" @endif>

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

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

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

{{ view_render_event('bagisto.shop.checkout.continue-shopping.before', ['order' => $order]) }}
direction) && $locale->direction == 'ltr') style="float:left;" @else style="float:right;" @endif> {{ __('shop::app.checkout.cart.continue-shopping') }}      @include('shop::checkout.email')
{{ view_render_event('bagisto.shop.checkout.continue-shopping.after', ['order' => $order]) }}
@endsection