@php $brandName = trim((string) ($siteSettings['site_name'] ?? '')); $brandName = $brandName !== '' ? $brandName : config('app.name', 'SnapNest'); $favicon = $siteSettings['favicon'] ?? null; @endphp
{{ __('One login, multiple roles. From photographers to support, keep delivery, uploads, and approvals in a single flow.') }}
{{ __('Live Uploads') }}
{{ __('Chunked uploads, watermark queues, and dual resolution storage.') }}
{{ __('Secure Access') }}
{{ __('Role based policies, 2FA for admins, and audit trails.') }}
{{ __('Event Delivery') }}
{{ __('QR sharing, guest pins, and optimized galleries.') }}
{{ __('Operational Clarity') }}
{{ __('Reports, exports, and real time tracking.') }}
@if ($supportDetails !== '') {{ __('Need help? Contact support at') }} {{ $supportDetails }}. @else {{ __('Need help? Reach out to your system administrator.') }} @endif
{{ session('error') ? __('Action blocked') : __('Success') }}
{{ session('error') ?? session('status') }}