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

10 lines
219 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">500</h1>
@lang('app.unexpected-error')
</div>
@endsection