@php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp @extends(Auth::user()->extender()) @section('title'){{__('Recharge')}} {{ __('Summary') }} @endsection @section('content')
@include('admin.others.infyomincludes.filter_index_js')
{{--
Recharge Summary
--}}

{{$company_data['report_name']}}

For Customer - {{$company_data['user_provider']}} From Company Report Information
{{$company_data['user_name']}}
{{-- Name: {{$company_data['user_name']}}
--}} Phone: {{$company_data['user_phone']}}
Email: {{$company_data['user_email']}}
Address: {{$company_data['user_address']}}
{{$company_data['company_name']}}
Email: {{$company_data['company_email']}}  Phone: {{$company_data['company_phone']}}
{{$company_data['company_address']}}
Website: {{$company_data['company_website']}}  Reg: {{$company_data['company_reg']}}
{{$company_data['report_name']}}
{{-- Report Name: {{$company_data['report_name']}}
--}} Reference: {{$company_data['summary_ref']}}
From: {{$company_data['starts_from']}}  Till: {{$company_data['ends_on']}}
Date: {{date('Y-m-d')}}
# Description Quantity Total
1 Sales through {{$company_data['user_name']}}({{$company_data['user_provider']}}) for Mobile Recharge from {{($company_data['starts_from'])}} to {{$company_data['ends_on']}} {{$get_success_purchase_count}} {{$my_basic_currency->code}} {{$ttl_rcrg_amnt}}
Thank you for your business with us.
Please pay the amount to our bank account.
Bank Information
Bank Name: {{$company_data['bank_name']}}
Bank Address: {{$company_data['bank_address']}}
Swift Code: {{$company_data['routing_number']}}
IBAN: {{$company_data['iban']}}
BIC: {{$company_data['bic']}}
Beneficiary Name: {{$company_data['beneficiary_name']}}
Beneficiary Address: {{$company_data['beneficiary_address']}}
@include('admin.others.infyomincludes.printer_view_js') @endsection