@extends('user.layouts.auth', ['title' => ($status ?? 500) . ' - ' . ($title ?? 'Something went wrong')]) @php $status = $status ?? 500; $title = $title ?? 'Something went wrong'; $message = $message ?? 'An unexpected error occurred. Please try again.'; $icon = $icon ?? 'bi-exclamation-octagon'; $actionLabel = $actionLabel ?? 'Go to Home'; $actionUrl = $actionUrl ?? url('/'); @endphp @push('head') @endpush @section('content')