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

Create Facility

Add New Facility

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
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
Upload up to 4 images. At least 1 image is required.
Maximum size per image: 2MB. Formats: JPEG, PNG, GIF, WebP
Back to List
@endsection