No of rooms
Total Guests
| # | Hotel | Amount | Start Date | End date | Expiration |
|---|---|---|---|---|---|
| {{$key +1}} | {{$billing->hotel->name}} | ₦ {{number_format($billing->amount)}} | {{ date('Y-m-d', strtotime($billing->start)) }} | {{ date('Y-m-d', strtotime($billing->end)) }} | @if($daysLeft < 20) {{$daysLeft}} days @else {{$daysLeft}} days @endif |