{{-- The page a recipient opens. No anchored components (menus, tooltips) on it: it has to work on iOS before Safari 18.4, which cannot position them. --}} @if ($siteLogo) @endif

{{ $siteTitle ?: config('app.name', 'SealShare') }}

{{ $siteDescription ?: __('Share your files safely and securely') }}

{{-- Each state is one card under the page's h1: the card holds everything the recipient acts on, and it is the shape SealShare has always shown them. --}} @if (! $authenticated) @else @foreach ($share->files as $file) {{ Number::fileSize($file->file_size) }} @endforeach @if ($share->expires_at)

{{ __('Expires') }}: {{ $share->expires_at->diffForHumans() }}

@endif
@if ($share->files->count() > 1) @else @endif
@endif