| ID | Name | Bed | Bath | Guest | Price | Type | Created Date | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->bed }} | {{ $item->bath }} | {{ $item->guest }} | {{ $item->price }}{{ $item->type == 'rent' ? ' / per month' : '' }} | {{ $item->type }} | {{ \Carbon\Carbon::parse($item->created_date)->format('Y-m-d') }} | Edit Delete |