@extends('frontend.bigbag.layouts.app') @push('css') @endpush @section('content')

{{ __('Order Confirmation') }}

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

{{ __('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.') }}


@endsection