Initial commit

This commit is contained in:
2021-09-16 20:27:51 +08:00
commit 5ed6195cc1
41 changed files with 3429 additions and 0 deletions

13
views/404.blade.php Normal file
View File

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