@extends('layouts.app') @section('title', 'Hotels') @section('content_header')
| ID | Hotel Name | {{--City | Country | --}}Location | Feature Image | Actions |
|---|---|---|---|---|---|---|
| {{ $hotel->id }} | {{ $hotel->name }} | {{ $hotel->location }} | {{--{{ $hotel->city->name ?? '-' }} | {{ $hotel->country->name ?? '-' }} | --}}
@if ($hotel->feature_image)
|
Edit |