filesharing/resources/views/errors/404.blade.php

10 lines
217 B
PHP

@extends('layout')
@section('content')
<div class="my-10 text-center text-base font-title uppercase text-primary">
<h1 class="text-7xl mb-0 font-black">404</h1>
@lang('app.page-not-found')
</div>
@endsection