@extends('welcome') @section('title', __('errors.422_title')) @section('meta_description', __('errors.422_description')) @section('content')

{{ __('errors.422_title') }}

422

{{ __('errors.unprocessable_request') }}

{{ $exception->getMessage() ?? __('errors.unprocessable_message') }}

@endsection @push('styles') @endpush