@extends('layouts.app') @section('title', 'Links de Partilha') @section('content')

Links de Partilha

@csrf
@forelse ($links as $l) @empty @endforelse
MaterialLinkDownloadsExpiraEstadoAções
{{ $l->material?->title ?? '—' }} /share/{{ Str::limit($l->token, 12, '…') }} {{ $l->download_count }}@if($l->max_downloads)/{{ $l->max_downloads }}@endif {{ optional($l->expires_at)->format('d/m/Y H:i') ?? '—' }} @if ($l->isActive()) Ativo @else Inativo @endif @if ($l->requiresPassword())🔒@endif
@if (! $l->revoked_at)
@csrf
@endif
@csrf @method('DELETE')
Sem links de partilha.
@if ($links->hasPages()) @endif @endsection