Current File : /home/exataengenharia/public_html/resources/views/components/input-error.blade.php
@props(['for'])

@error($for)
    <p {{ $attributes->merge(['class' => 'text-sm text-red-600']) }}>{{ $message }}</p>
@enderror