@extends('layout.admin') @section('styles') @endsection @section('content')
| Sr.NO | Hotel Name | City | Page URL | Status | Action |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$h->name}} | {{$h->city_title}} | {{getFrontendUrl() . '/' . 'hotels' . '/' . $h->page_url}} | @if($h->status == 1) Activated @else Deactivated @endif | Edit |