blog-app/views/404.blade.php

14 lines
175 B
PHP
Raw Permalink Normal View History

2021-09-16 20:27:51 +08:00
@extends('layout.master')
@section('title')
404 Not Found -
@endsection
@section('header')
@parent
@endsection
@section('content')
<h1>404 Not Found</h1>
@endsection