@extends('admin.layouts.container')
@section('content')
{{ $head ?? '' }}
{{ date('F', strtotime($loopDetails['loop_date'])) }}'s Loop
-
start month
{{ date('M Y', strtotime($loopDetails['loop_date'])) }}
-
loop's period
{{ $loopDetails['period'] }} months
-
collecting month
{{ date('M Y', strtotime($loopDetails['encashment_month'])) }}
-
monthly share
{{ $loopDetails['share'] }} SAR
loop value
{{ $totalShare }} SAR
management fees
{{ $fees['managment_fees'] }} SAR
VAT
{{ $fees['vat_fees'] }} SAR
Govemmental fees
{{ $fees['government_fees'] }} SAR
tolat collection amounts
{{ $totalShare + $totalFees }} SAR
@foreach($months as $month)
-
{{ $month['month'] }}
@endforeach
@endsection
@section('inner_js')
@endsection