@extends('backend.layouts.pdf')
@section('content')
Monthly Collection Distribution
Bhatiary Golf &Country Club
Driving Range
Date form: {{ $date_from }} to: {{$date_to}}
@if(sizeof($tableHeader) > 0)
@foreach($tableHeader as $key=>$header)
@if($key != 0)
| {{ $header }} -BDT |
@else
|
@endif
@endforeach
@endif
| Grand Total |
@if(sizeof($tableHeader) > 0)
@for($i=1; $i
{{ App\Drivingrangeservice::getServiceWiseCollaction(
$tableHeader[$i],$date_from,$date_to) }}
@endfor
@endif
@if(sizeof($rowCollection) > 0)
@foreach($rowCollection as $col)
| {{ $col }} |
@if(sizeof($tableHeader) > 0)
@for($i=1; $i