@extends('errors::minimal') @section('code', '500') @section('message')

{{ __('INTERNAL SERVER ERROR') }}

{!! __('The server encountered an internal error or a misconfiguration
and was unable to complete your request.') !!}

@endsection