@extends($layoutView ?? 'admin.layout.app') @section('content')

Property Images

Multiple upload, drag-and-drop ordering, main image selection, and bulk delete.

@if(session('success')) @endif {{-- + Add Images --}}
@csrf
@forelse($properties as $property) @empty
No properties found.
@endforelse
@endsection