invoice number #{{ $invoice['code'] ?? '' }}
-
date
{{date('M d, Y', strtotime( $invoice['created_at'] ) )}}
-
start month
{{date('M Y', strtotime( $loopDetails['loop_date'] ) )}}
-
collecting month
{{date('M Y', strtotime( $loopDetails['encashment_month'] ) )}}
-
loop's period
{{ $loopDetails['period'] }} months
@if(count($paidMonth ?? []))
-
Paid months
{{ count($paidMonth ?? []) }} months
@endif
-
share
{{ $loopDetails['share'] }} SAR
-
time
{{date('h:i A', strtotime( $invoice['created_at'] ) )}}
@if($invoice['meta'])
@if($invoice['meta']['remainingAmount'] ?? 0)
-
{{ __('loops.remaining') }}
{{ $invoice['meta']['remainingAmount'] }} SAR
@endif
@if($invoice['meta']['managment_fees'] ?? 0)
-
{{ __('loops.managment_fees') }}
{{ $invoice['meta']['managment_fees'] }} SAR
@endif
@if($invoice['meta']['vat_fees'] ?? 0)
-
{{ __('loops.vat_fees') }}
{{ $invoice['meta']['vat_fees'] }} SAR
@endif
@if($invoice['meta']['government_fees'] ?? 0)
-
{{ __('loops.government_fees') }}
{{ $invoice['meta']['government_fees'] }} SAR
@endif
@if($invoice['meta']['withdraw_fees'] ?? 0)
-
{{ __('loops.withdraw_fees') }}
{{ $invoice['meta']['withdraw_fees'] }} SAR
@endif
@if($invoice['meta']['delay_fees'] ?? 0)
-
{{ __('loops.delay_fees') }}
{{ $invoice['meta']['delay_fees'] }} SAR
@endif
@if($invoice['meta']['total'] ?? 0)
-
{{ __('loops.total') }}
{{ $invoice['meta']['total'] }} SAR
@endif
@endif
{{$currentUserInfo->name}}
4200 1244 4459 2269