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

Update hotel information.

@csrf @method('PUT')
Hotel Information
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Lower numbers appear first in the list @error('sort_order')
{{ $message }}
@enderror
Current Image
@if($participatingHotel->image) Current Hotel Image

Current image

@else

No image uploaded

@endif
Settings
Upload new image to replace current one @error('image')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Enable/disable this hotel in the list
Cancel
@endsection @section('scripts') @endsection