@if($export == '1')
Annex F
{{ __('lbl.report_of_ecollection_and_deposit') }}

{{ __('lbl.entity_name') }}: ______________________ {{ __('lbl.report_number') }}: ______________________
{{ __('lbl.fund_clustrer') }}: ______________________ {{ __('lbl.sheet_number') }}: ______________________
{{ __('lbl.intermediary') }}: _____________________ {{ __('lbl.date') }}: {{$date_today}}

@endif @php $order_total = 0;$total_consular_fees = 0;$total_express_fee = 0;$total_admin_fee = 0;$total_surcharge = 0; @endphp @if(!empty($BankTranscations)) @php $order_info_key = ($export == '1') ? 'orderItemInfo' : 'order_item_info'; $pickup_key = ($export == '1') ? 'pickItemsInfo' : 'pickitemsinfo'; $order_customer_info_key = ($export == '1') ? 'orderCustomerInfo' : 'order_customer_info'; @endphp @foreach($BankTranscations as $key => $dList) @php $express_fee = 0.00;$admin_fee = 0.00;$prod_id_array = [];$prod_item_price =[]; $product_ids = isset($dList[$order_info_key][0])?$dList[$order_info_key][0]['product_ids']:[]; $item_prices = isset($dList[$order_info_key][0])?$dList[$order_info_key][0]['item_price']:[]; $prod_id_array = !empty($product_ids) ? explode(',',$product_ids) : null ; $prod_item_price = !empty($item_prices) ? explode(',',$item_prices) : null ; if(!empty($prod_id_array)){ foreach ($prod_id_array as $key => $pid){ if($express_processing_fee_product_id == $pid){ $express_fee = $prod_item_price[$key]; } if($administrative_fee_product_id == $pid){ $admin_fee = $prod_item_price[$key]; } } } @endphp @php $order_total += $dList['order_total']; $total_consular_fees += ($dList['order_total']-$express_fee-$admin_fee); $total_express_fee += $express_fee; $total_admin_fee += $admin_fee; $total_surcharge += ($dList['surcharge']); @endphp @endforeach @endif

{{__('lbl.electronic_official_receipt_eor')}}

   

{{ __('lbl.date') }}

{{ __('lbl.number') }}

{{ __('lbl.responsibility_center_code') }}

{{ __('lbl.payer') }}

{{ __('lbl.perticular') }}

{{ __('lbl.prexc_pap') }}

{{ __('lbl.amount') }}

{{ __('lbl.total_per_ar') }}

{{ __('lbl.consular_fees') }}

{{ __('lbl.break_down_of_collection') }}

{{ __('lbl.express_processing_fee') }}

{{ __('lbl.administrative_fee') }}

{{ __('lbl.surcharge') }}

{{\Carbon\Carbon::parse($dList['created_at'],config('app.timestamp'))->setTimezone(Helper::usertimezone())->format('Y-m-d H:i')}} | {{$dList['payment_slip_number']}}

{{$responsibility_center_code}}

@php $customer_name = isset($dList[$order_customer_info_key]) ? $dList[$order_customer_info_key]['customer_name'] : $dList['clientName']; @endphp {{$customer_name}}

@php $particular = ($dList['paymentType']=='CARD') ? $dList['paymentType'].'('.$dList['card_last_4'].')' : $dList['paymentType']; @endphp {{strtoupper($particular)}}

@php $category_name = 'NA'; if(isset($dList[$order_info_key])){ if(isset($dList[$order_info_key][0])){ $category_name = $dList[$order_info_key][0][$pickup_key][0]->categorie_name; } } @endphp

{{ storecurrency().number_format($dList['order_total'],2) }}

{{ storecurrency().number_format(($dList['order_total']-$express_fee-$admin_fee-$dList['surcharge']),2) }}

{{ storecurrency().number_format($express_fee,2) }}

{{ storecurrency().number_format($admin_fee,2) }}

{{storecurrency().number_format($dList['surcharge'],2) }}

{{storecurrency().number_format($order_total,2) }}

{{storecurrency().number_format(($total_consular_fees),2) }}

{{storecurrency().number_format($total_express_fee,2) }}

{{storecurrency().number_format($total_admin_fee,2) }}

{{storecurrency().number_format($total_surcharge,2) }}

@if($export == '1')
{{ __('lbl.summary') }}: P _________
{{ __('lbl.undepsosited_colections_per_last_report') }} {{storecurrency().$order_total}}
{{ __('lbl.colections_per_ar_numbers') }} : {{$ar_number}}
Deposits
Date:___________ Ref#_______ xxx.xx ________________ xxx.xx
{{ __('lbl.undeposited_collections_this_report') }} ________________ P ___________

{{ __('lbl.certification') }}

 

I hereby certify on my official oath that the above is a true statement of all collections of digital representation of
legal tender during the period stated above for which eOR Nos. _______________ to _______________inclusive, were
actually issued to acknowledge receipt of the amounts shown thereon. I also certify that I have verified and confirmed
that the amount of ______________________ was actually credited to the account of this agency.

 
 

 
 
 
 

____________________________________________________________________________________
{{ __('lbl.name_and_sign_of_the_designated_officer') }}

 
 

____________________
{{ __('lbl.official_designation') }}

({{$date_today}})
Date

@endif