mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Still needs some TLC with profile photos. Continued work on the dark theme on the internal pages. More to come.
6 lines
146 B
PHP
6 lines
146 B
PHP
@props(['for'])
|
|
|
|
@error($for)
|
|
<p {{ $attributes->merge(['class' => 'text-sm text-red-600 dark:text-red-400']) }}>{{ $message }}</p>
|
|
@enderror
|