@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Create New Accommodation

Accommodation Information

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Basic Information
0/255 characters
0/2000 characters
QR Code
Provide a URL to generate a QR code for easy access (optional).
Enter a valid URL. A QR code will be automatically generated for this URL.
Images
Image Requirements: At least one image is required. You can upload up to 4 images. Accepted formats: JPEG, PNG, JPG, GIF, WebP. Maximum size: 2MB per image.
Back To List
@endsection