@extends('errors._layout') @section('title', 'Something went wrong') @section('code', '500') @section('codeLabel', 'Error code 500') @section('headline', 'Something went wrong on our end') @section('body')
This isn't your fault. I've been notified and will look into it. Please try again in a moment.
@endsection @section('actions') {{-- Auth-aware "go somewhere safe" links. We deliberately avoid a JS-driven "Try again" button — javascript: hrefs violate strict CSP and break for users without JS, which is precisely the population most likely to land on this surface (something is broken). --}} @auth Go to dashboard @else Visit homepage @endauth @endsection @section('signature') {{ config('app.name', 'RankWizAI') }} is a solo operation. If this keeps happening, reply with what you were doing — I'll fix it. @endsection