blog-app/views/404.blade.php
2021-11-13 14:19:55 +08:00

14 lines
175 B
PHP

@extends('layout.master')
@section('title')
404 Not Found -
@endsection
@section('header')
@parent
@endsection
@section('content')
<h1>404 Not Found</h1>
@endsection