Attachments

@forelse($lesson->attachments as $attachment)

{{ $attachment->title }}

{{ $attachment->file_type }} ยท {{ $attachment->download_allowed ? 'Download allowed' : 'No download' }}

@csrf @method('DELETE')
@empty

No attachments yet

@endforelse
@csrf