@extends('admin.layout.master') @section('content')
| # | Hotel | Check In | {{--Room | --}} {{--Amount | --}} {{--DateTime | --}}Posting By | Action |
|---|---|---|---|---|---|---|---|
| {{$i++}} | {{ $item->hotel?$item->hotel->name_eng:'Not Found' }} | {{ $item->booking?$item->booking->checkin_code:'Not Found' }} | {{--{{ $item->room?$item->room->room_number:'Not Found' }} | --}} {{--{{ $item->total_amount }} | --}} {{--{{ date('d/m/Y',strtotime($item->created_at)) }} | --}}Edit |