Scores/resources/views/errors/404.blade.php
Juan Felipe Zapata Moreno be89d18e74 Init
2025-07-01 10:36:19 -06:00

6 lines
135 B
PHP

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