File "input-error.blade.php"
Full Path: /home/fundopuh/trader.fxex.org/resources/views/vendor/jetstream/components/input-error.blade.php
File size: 128 bytes
MIME-type: text/plain
Charset: utf-8
@props(['for'])
@error($for)
<p {{ $attributes->merge(['class' => 'text-sm text-red-600']) }}>{{ $message }}</p>
@enderror