@extends('layouts.app') @section('title', 'Links de Partilha') @section('content')
| Material | Link | Downloads | Expira | Estado | Açõ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)
@endif
|
| Sem links de partilha. | |||||