@include('layouts.sidebar')
Download Links
Create Download Link
Title
Type
UserName
Image
Status
Actions
@forelse ($downloadLinks as $downloadLink)
{{ $downloadLink->title }}
{{ $downloadLink->type }}
{{ $downloadLink->user->name ?? 'Unknown' }}
@if ($downloadLink->image)
@else No Image @endif
{{ ucfirst($downloadLink->status) }}
@csrf @method('DELETE')
Add Link
@empty
No download links found.
@endforelse
@foreach ($downloadLinks as $downloadLink)
Copy Download Link
Download Link
Copy to Clipboard
Add Link for {{ $downloadLink->title }}
@csrf
Link Type
Select Type
@foreach ($downloadLink->types as $type)
{{ $type->type }}
@endforeach
Link Type (Input)
Enter additional link type if not in the list.
URL
@endforeach