@extends('layouts.app')
@section('title', 'Internal Server Error')
@section('content')
@env(['staging', 'local'])
@endenv
Oops, we ran into an issue while trying to process your request, please try again later in a few minutes. If the issue persists after a few minutes, please contact us at support@gtoria.net.
@env(['staging', 'local'])
@if(isset($stack))
STACK TRACE
{{ str_repeat('-', 15) }}
{{ $stack }}
@endif
@endenv
@env(['staging', 'local'])
@endenv
@endsection