@php // Branded boot splash (Ladill Mail style). Self-icon from this app's subdomain. $sub = strtolower((string) ((explode('.', (string) (parse_url((string) config('app.url'), PHP_URL_HOST) ?: '')))[0] ?? '')); $icon = $sub !== '' && is_file(public_path("images/launcher-icons/{$sub}.svg")) ? "images/launcher-icons/{$sub}.svg" : null; $label = (string) config('app.name', 'Ladill'); @endphp
@if ($icon) @endif
Loading {{ $label }}…