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

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

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

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

{{ __('shop::app.checkout.cart.continue-shopping') }}
@endsection