Add old tag for components, for values that are nested in an array. Enable LeenooksCarbon to accept a string date when setting.

This commit is contained in:
2024-07-24 14:08:04 +10:00
parent 3a12ec005e
commit f393813311
10 changed files with 16 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
@endif()
{{ $slot }}
<span class="invalid-feedback" role="alert">
@error($name)
@error($old ?? $name)
{{ $message }}
@elseif(isset($feedback))
{{ $feedback }}