@extends('welcome') @section('title', __('errors.422_title')) @section('meta_description', __('errors.422_description')) @section('content')
{{ $exception->getMessage() ?? __('errors.unprocessable_message') }}