7 lines
148 B
PHP
7 lines
148 B
PHP
@extends('layout.app')
|
|
|
|
@section('content')
|
|
<h1>{{ __('app.errors.500.title') }}</h1>
|
|
<p>{{ __('app.errors.500.message') }}</p>
|
|
@endsection
|