@extends('layouts.print') @section('title', 'Advance Deposits — ' . \Carbon\Carbon::parse($asOf)->format('M j, Y')) @section('content') @php $propName = \App\Models\Setting::get('property_name', config('app.name', 'Parkview Hotel')); @endphp
{{ $label }}
{{ $value }}
{{ $sub }}
None.
@else| Method | Pmts | Amount |
|---|---|---|
| {{ $method }} | {{ $m['count'] }} | ₱{{ number_format($m['total'], 2) }} |
None.
@else| Month | Bkgs | Held |
|---|---|---|
| {{ $m['label'] }} | {{ $m['count'] }} | ₱{{ number_format($m['total'], 2) }} |
No advance deposits held as of this date.
@else| Guest | Booking # | Room | Arrival | Value | Prepaid | % Paid |
|---|---|---|---|---|---|---|
| {{ $row['guest_name'] }} | {{ $row['booking_no'] }} | {{ $row['room_no'] }} | {{ $row['check_in']->format('M j, Y') }} | ₱{{ number_format($row['amount'], 2) }} | ₱{{ number_format($row['prepaid'], 2) }} | {{ $row['pct'] }}% |
| Total Held | ₱{{ number_format($totalHeld, 2) }} | |||||