{{ config('app.name') }}
|
---|
{{ __('Thanks for shopping with us!') }}
{{ __('Hi there. Thank you for your order! Your order details are shown below for your reference :') }}
@if($exchange_rate != 1)
{{ __('Exchange rate') }} : {{ $exchange_rate }}
@endif
{{ __('Reference ID') }} : {{ $reference_id ?? null }}
|