@extends('frontend.bazar.layouts.app') @section('content')
{{ __('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.') }}