@php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp @extends(Auth::user()->extender()) @section('title'){{__('Print')}} {{ __('Invoice') }} @endsection @section('content')
@if ($locate_purchase_trx->status == 'success') @else @endif Transaction {{ucwords($locate_purchase_trx->status)}}!

VivaPe

{{$locate_purchase_trx->wallet->user->name}}

{{$locate_purchase_trx->wallet->user->phone}}

Recharge Invoice

Transaction ID: {{$locate_purchase_trx->transaction_id}}

Phone: {{$locate_purchase_trx->phone_number}}

Operator: {{$locate_purchase_trx->product->operator->name}}

Receiving: {{$locate_purchase_trx->product_country_currency}} {{$locate_purchase_trx->receiver_amount}}

Total: {{$locate_purchase_trx->wallet_currency}} {{$locate_purchase_trx->selling_price_pyrwlt+$locate_purchase_trx->service_charge}}

@include('admin.others.infyomincludes.printer_view_js') @endsection