Revenue: |
|
{{-- PENJABARAN HPP --}}
Room Revenue |
{{number_format($room_rev_total, 2)}} |
Food F&B |
{{number_format($fb_food_total, 2)}} |
Beverages F&B |
{{number_format($fb_bev_total, 2)}} |
Other F&B |
{{number_format($fb_other_total, 2)}} |
Other Revenue |
{{number_format($other_rev, 2)}} |
{{-- PENJABARAN MANUAL REVENUE COAS --}}
@if (count($array_rev_coas) > 0)
@foreach ($array_rev_coas as $item)
{{$item['description']}} |
{{number_format($item['total'], 2)}} |
@endforeach
@endif
{{-- PENJABARAN MANUAL REVENUE COAS --}}
{{-- PENJABARAN HPP --}}
Total Revenue |
{{number_format($pendapatan_usaha, 2)}} |
| |
Cost & Expenses: |
|
{{-- PENJABARAN COST & EXPENSES --}}
@if (count($cost_expenses) > 0)
@foreach ($cost_expenses as $item)
{{$item['description']}} |
{{number_format($item['total'], 2)}} |
@endforeach
@endif
{{-- PENJABARAN COST & EXPENSES --}}
{{-- PENJABARAN MANUAL EXP COAS --}}
@if (count($array_exp_coas) > 0)
@foreach ($array_exp_coas as $item)
{{$item['description']}} |
{{number_format($item['total'], 2)}} |
@endforeach
@endif
{{-- PENJABARAN MANUAL EXP COAS --}}
Total Cost & Expenses |
{{number_format($total_exp_cost, 2)}} |
| |
{{--
Tax & Services: |
|
--}}
{{-- PENJABARAN Tax & Services --}}
{{--
Service |
{{number_format($total_services, 2)}} |
Tax |
{{number_format($total_tax, 2)}} |
--}}
{{-- PENJABARAN Tax & Services --}}
{{-- | |
--}}
Profit/Loss |
{{number_format($profit_or_loss, 2)}} |