{{$shop_name}}
{{__('message.exchange invoice')}}
{{__('message.date')}}: {{ $transaction->created_at->format('d/m/Y H:i s') }}
{{__('message.phone')}}: {{$phone}}
{{__('message.cashier')}}: {{$transaction->user->name??''}} {{__('message.customer')}}: {{$transaction->customer_level==1?__('message.general'):__('message.special')}}
{{number_format($transaction->amount,$fromCurrency->decimal_precision) }} {{$fromCurrency->name??''}} {{$transaction->moneyExchangeList->calculation=='x'?'x':'/'}} {{number_format($transaction->exchange_rate,2) }} {{number_format($transaction->amount_after_exchange,$toCurrency->decimal_precision) }} {{$toCurrency->name??''}}
{{__('message.received money')}}: {{number_format($transaction->received_amount,$fromCurrency->decimal_precision) }} {{$fromCurrency->name??''}}
{{__('message.remain')}}: {{number_format($transaction->remain,$fromCurrency->decimal_precision) }} {{$fromCurrency->name??''}}
{{__('message.please check carefully before you leave')}}!!
** {{__('message.thank you')}} **