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

500

{{ $exception->getMessage() ?: 'The requested action could not be completed.' }}

Go Back
@endsection