@extends('layouts.master-without-nav') @section('title') {{ __('Server Error') }} @endsection @section('body') @endsection @section('content')

500

{{ __('Internal Server Error!') }}

{{ __('Server Error 500. We are not exactly sure what happened, but our servers say something is wrong.') }}

{{ __('Back to home') }}
@endsection