@extends('errors::minimal') @section('title', __('Internal Server Error')) @section('code', '404') @section('message') {{__('Internal Server Error') }} @endsection @section('content')

500

Internal Server Error

Sorry, The 500 Internal Server Error happens when the server encounters an unexpected condition that prevents it from fulfilling the request. This is a general message indicating that the server knows something is wrong, but can't be more specific about the exact problem.

Go Back to Home
@endsection