@extends('layouts.app') @section('title', '500 - Server Error') @section('content')

500

{{ __('Server Error') }}

{{ __('Something went wrong on our end. We are working to fix the issue. Please try again later.') }}

@endsection