@php if (!is_null(old($name))) { $finVal = old($name); } else { $finVal = $value; } @endphp
@error($name) {{ $message }} @enderror