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

50

{{ __("Internal Server Error") }}

@endsection