@extends('errors.layout') @section('code', '401') @section('title', 'Authentication Required') @section('icon', 'fa-solid fa-user-lock') @section( 'message', 'You need to sign in before you can access this resource. Please log in using your authorized account.' ) @section('primary-action') Sign In @endsection