{{-- 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) {{ $siteTitle ?: config('app.name', 'SealShare') }} @endif

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

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

@if (! $authenticated)
@else @foreach ($share->files as $file) @endforeach @if ($share->expires_at)

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

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