@extends('errors.layout', [ 'status' => 401, 'title' => 'Login Required', 'message' => 'You need to log in first to access this page.', 'icon' => 'bi-shield-lock', 'actionLabel' => 'Go to Login', 'actionUrl' => route('user.login'), ])