@extends('layouts.app') @section('title','422 Error') @section('content')
{{ $exception->getMessage() ?: 'The requested action could not be completed.' }}