@extends('layouts.admin') @section('title', 'Media Library') @section('page-title', 'Media Library') @section('content')

Select Media Owner

@if($selectedModel)

Upload Images

Supports JPG, PNG and WebP. Uploaded images generate compressed, WebP and watermarked conversions.

@csrf

Drag & drop images here

or choose multiple files from your computer

@endif

Gallery Sorting

Drag gallery cards to reorder the property images.

@if(!$selectedModel)
Create a record before uploading media.
@elseif($gallery->isEmpty())
No media uploaded for this property yet.
@else @endif
@endsection @push('scripts') @endpush