@extends('master.front') @section('title') {{__('Order Success')}} @endsection @section('content') {{--
--}}

{{__('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')}} {{$order->transaction_number}}

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

@endsection