@if(session('success'))
{{ session('success') }}
@endif

Uploading Image...

@csrf

Supports: JPEG, PNG, JPG, GIF, WEBP (Max 2MB)

@if(isset($images) && count($images) > 0) @foreach($images as $img) @php $full_url = asset($img); $filename = basename($img); @endphp
Uploaded Image
{{ $filename }}
@csrf @method('DELETE')
@endforeach @else

No images uploaded to the server drive yet.

@endif
URL Copied Successfully!