@props(['errors']) @if ($errors->any())
merge(['class' => 'p-3 rounded-md bg-red-600 text-white']) }}>
{{ __('Whoops! Something went wrong.') }}
@endif