@extends('frontend.bazar.layouts.app') @section('content')

{{ __('Thank you for your order!') }}

{{ Session::get('order_no') }}

{{ __('Your order has been placed and will be processed as soon as possible.') }}

{{ __('Make sure you make note of your order number, which is') }} {{ Session::get('order_no') }}

{{ __('You will be receiving an email shortly with confirmation of your order.') }}

{{ __('Go Back Shopping') }}
@endsection