mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
11 lines
298 B
PHP
11 lines
298 B
PHP
@extends('_layouts.master')
|
|
|
|
@section('content')
|
|
<div class="flex flex-col items-center mt-32 text-gray-800">
|
|
<h1 class="text-6xl font-light leading-none mb-2">404</h1>
|
|
|
|
<h2 class="text-3xl">Page not found</h2>
|
|
|
|
<hr class="block w-full max-w-sm mx-auto my-8 border">
|
|
</div>
|
|
@endsection
|