{{-- Attached media thumbnails --}} @if($this->attachedFiles->isNotEmpty())
@foreach($this->attachedFiles as $media)
@if($media->type->isVideo())
@if($media->thumbnail_path) @else @endif
@else @endif {{-- Remove button --}} {{-- Crop button (images only) --}} @if(! $media->type->isVideo()) @endif
@endforeach
@endif {{-- Upload Drop Zone --}}

Drag & drop or browse

Images and videos up to 100MB

{{-- Cropper Modal --}}

Crop Image