@vite(['resources/css/app.css'])
{{ __('We hit an unexpected error. Our team has been notified. Please try again in a moment.') }}
{{ __('Reference') }}: {{ \Illuminate\Support\Str::uuid()->toString() }}
{{-- Actions --}} {{-- Support hint --}}{{ __('If this keeps happening, contact') }} {{ __('support') }}.
{{-- Brand — uses admin-uploaded logo if available, else falls back to the first letter of the configured Site Name in the gradient square. Previously this hardcoded "M" which leaked the upstream product name through to every reseller's error pages. --}} @php $__brandName = \App\Helpers\BrandingHelper::name(); $__logoLight = null; try { $__logoLight = \App\Models\SystemSetting::get('logo_light'); } catch (\Throwable $e) {} $__brandInitial = strtoupper(mb_substr($__brandName ?: 'M', 0, 1)); @endphp