@extends('admin.layout.master') @section('title','Frontdesk Report || '.$report_title) @section('content')
| Sl | Check-In Code | Resv Code | Room Qty | Bed Qty | From Date | To Date | Total Night | Rent | Current Status | Amount |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$r->get_booking_info->checkin_code}} | {{$r->get_booking_info->resv_code}} | @if($r->get_booking_info->type==1){{$qty = $r->qty}}@endif | @if($r->get_booking_info->type==2){{$qty = $r->qty}}@endif | {{$r->start_date}} | {{$r->end_date}} | {{$night = $r->total_night}} | {{$rent = $r->rent}} | {{booking_status($r->get_booking_info->booking_status)}} | 0 | |
| Total | {{$total_rent}} | |||||||||
| There Are no Data On This Date | ||||||||||