@extends('layouts.print') @section('title', 'Ancillary Revenue — ' . \Carbon\Carbon::parse($from)->format('M j') . '–' . \Carbon\Carbon::parse($to)->format('M j, Y')) @section('content') @php $propName = \App\Models\Setting::get('property_name', config('app.name', 'Parkview Hotel')); $periodLabel = \Carbon\Carbon::parse($from)->format('M j') . ' – ' . \Carbon\Carbon::parse($to)->format('M j, Y'); @endphp
{{ $label }}
{{ $value }}
{{ $sub }}
No folio charges for this period.
@else| Category | Charges | From POS | Manual | Revenue | Share |
|---|---|---|---|---|---|
| {{ $row['label'] }} | {{ $row['count'] }} | {{ $row['from_pos'] }} | {{ $row['manual'] }} | ₱{{ number_format($row['revenue'], 2) }} | {{ $row['share'] }}% |
| Total Ancillary | {{ $byCategory->sum('count') }} | ₱{{ number_format($ancillaryTotal, 2) }} | 100% |