@extends('layouts.admin') @section('title', 'Add Participating Hotel') @section('content')
Add New Participating Hotel

Add a new hotel to the loyalty program.

@csrf
Hotel Information
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Lower numbers appear first in the list @error('sort_order')
{{ $message }}
@enderror
Settings
Upload an image for the hotel @error('image')
{{ $message }}
@enderror
Enable/disable this hotel in the list
Cancel
@endsection @section('scripts') @endsection