Juan Felipe Zapata Moreno 9c6eeb5fb3 Commit Inicial
2025-08-05 09:52:38 -06:00

6 lines
135 B
PHP

@extends('errors::minimal-with-home')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))