@extends('backend.layouts.pdf')
@section('content')
Monthly Collection Distribution
Bhatiary Golf &Country Club
Driving Range
Date form: {{ $date_from }} to: {{$date_to}}
@if(sizeof($rowCollection) > 0)
@foreach($rowCollection as $key=>$header)
@if($key > 2)
| {{ $header }} -BDT |
@else
{{ $header }} |
@endif
@endforeach
@endif
@if(sizeof($tableHeader)>0)
@foreach($tableHeader as $key=>$value)
| {{ ++$sl }} |
{{ $value }} |
|