@extends('web.layouts.layout') @section('container_content')

{{ 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

{{ $loopDetails['share'] }} SAR
management fees {{ $fees['managment_fees'] }} SAR VAT {{ $fees['vat_fees'] }} SAR Govemmental fees {{ $fees['government_fees'] }} SAR

Total Collecting Amount

{{ $totalShare }} SAR
@if( ! $closed )
@endif
    @foreach($months as $month)
  • {{ $month['month'] }}
  • @endforeach
@endsection @section('container_modals') @endsection @section('container_js') @endsection