mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Laravel Jetstream install
This commit is contained in:
5
resources/views/vendor/jetstream/components/input-error.blade.php
vendored
Normal file
5
resources/views/vendor/jetstream/components/input-error.blade.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@props(['for'])
|
||||
|
||||
@error($for)
|
||||
<p {{ $attributes->merge(['class' => 'text-sm text-red-600']) }}>{{ $message }}</p>
|
||||
@enderror
|
||||
Reference in New Issue
Block a user