{{-- Generic HTTP error fallback. Used when Laravel throws an HttpException with a status code that does not have its own dedicated errors/.blade.php template yet. --}} @extends('errors._layout', [ 'error_code' => $error_code ?? 500, 'error_title' => $error_title ?? 'Unexpected Error', 'error_message' => $error_message ?? 'Something went wrong while loading this page.', ]) @section('badge', 'Request Error') @section('primary-cta') @endsection @section('secondary-ctas') Browse Discover Home @endsection