@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.checkout.success.title') }} @stop @php $locale = company()->getCurrentLocale(); @endphp @section('content-wrapper')
{{ __('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]) }}