@extends('errors.layout')
@section('title', __('Server Error'))
@section('badge', __('Server Error'))
@section('code', '500')
@section('heading', __('Something went wrong'))
@section('message', __('An unexpected error occurred on our end. Our team has been notified. Please try again in a few moments.'))
@section('actions')
{{ __('Go Home') }}
@endsection