Income Collection
| Grand Total of Green Fee: |
{{ number_format($total_green_fee, 2) }} |
| Grand Total of Golf Cart Fee: |
{{ number_format($total_cart_fee, 2) }} |
| Grand Total of Golf Set Fee: |
{{ number_format($total_set_fee, 2) }} |
| Grand Total of Golf Trolley Fee: |
{{ number_format($total_trolley_fee, 2) }} |
| Grand Total of Other Fee: |
{{ number_format($total_other_fee, 2) }} |
| Grand Total of Receive: |
{{ number_format(($total_green_fee+$total_cart_fee+$total_set_fee+$total_trolley_fee+$total_other_fee), 2) }} |
{{--
--}}
Subsidy
| Grand Total of Caddy Fee (Subsidy): |
{{ number_format($caddy_subsidy, 2) }} |
| Grand Total of Ball Boy Fee (Subsidy): |
{{ number_format($ballboy_subsidy, 2) }} |
| Grand Total of Subsidy: |
{{ number_format(($caddy_subsidy+$ballboy_subsidy), 2) }} |
| Net Payable to Accounts: |
{{ number_format(($total_green_fee+$total_cart_fee+$total_set_fee+$total_trolley_fee+$total_other_fee) - ($caddy_subsidy+$ballboy_subsidy), 2) }} |
Caddy & Ballboy Fee Collection
| Grand Total of Caddy Fee: |
{{ number_format($total_caddy_fee, 2) }} |
| Grand Total of Ball Boy Fee: |
{{ number_format($total_ballboy_fee, 2) }} |
| Grand Total of Receiving: |
{{ number_format(($total_caddy_fee + $total_ballboy_fee), 2) }} |
Subsidy
| Grand Total of Caddy Fee (Subsidy): |
{{ number_format($caddy_subsidy, 2) }} |
| Grand Total of Ball Boy Fee (Subsidy): |
{{ number_format($ballboy_subsidy, 2) }} |
| Grand Total of Subsidy: |
{{ number_format(($caddy_subsidy+$ballboy_subsidy), 2) }} |
| Total Amount of Caddy & Ballboy Payment: |
{{ number_format(($total_caddy_fee + $total_ballboy_fee+$caddy_subsidy+$ballboy_subsidy), 2) }} |