{{-- resources/views/admin/hotels/index.blade.php --}}
{{-- Hotels listing: search, paginated table with status toggle and CRUD actions --}}
{{-- Controller: Admin\HotelController@index --}}
@extends('layouts.admin')
@section('title', 'Hotels')
@section('page_title', 'Hotels')
@section('page_css')
@endsection
@section('content')
No hotels found{{ request('search') ? ' for "' . request('search') . '"' : '' }}.