@extends('master.front') @section('title') {{ __('Order Success') }} @endsection @section('content')
{{ __('Your order has been placed and will be processed as soon as possible.') }}
{{ __('Make sure you take note of your order number, which is') }} {{ $order->transaction_number }}
{{ __('You will be receiving confirmation of your order.') }}