@extends('layouts.admin') @section('title', 'Participating Hotels') @section('content')
Manage participating hotels for the loyalty program.
| Hotel | Description | Sort Order | Status | Created | |
|---|---|---|---|---|---|
|
@if($hotel->image)
{{ $hotel->title }} |
{{ Str::limit($hotel->description, 60) }} |
{{ $hotel->sort_order }} | @if($hotel->is_active) Active @else Inactive @endif | {{ $hotel->created_at->format('M d, Y') }} |
Start by adding your first participating hotel to the loyalty program.
Add First Hotel