@extends('errors.layout', [ 'status' => 404, 'title' => 'Page Not Found', 'message' => 'The page you are looking for might have been moved, deleted, or never existed.', 'icon' => 'bi-search', 'actionLabel' => 'Go to Home', 'actionUrl' => url('/'), ])