| Purchase No | {{ $info->purchase_code }} | Hotel | {{ $info->get_hotel->name ?? '' }} |
| Vendor | {{ $info->get_vendor->name_eng ?? '' }} | Date | {{ date('d-m-Y', strtotime($info->date)) }} |
| Sl | Room Type | Floor | Room No | Qty | Start Date | End Date | Night | Rate | Total {{ $info->tax_type == 2 ? ' (+'.$info->total_tax_percent.'Tax)' : '' }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $d->get_room_type->name ?? "" }} | {{ $d->get_floor->floor_no ?? "" }} | {{ $d->room_no }} | {{ $d->qty }} | {{ date('d-m-Y', strtotime($d->start_date)) }} | {{ date('d-m-Y', strtotime($d->end_date.'+1 day')) }} | {{ $d->night }} | {{ $d->rate }} | {{ $d->gross_amount }} | @php $gs_amount += $d->gross_amount; $total_qty += $d->qty; @endphp
| Total | {{ $total_qty }} | {{ $gs_amount }} | |||||||