mirror of
https://github.com/10h30/MoveMate.git
synced 2026-06-05 15:07:35 +09:00
4 lines
94 B
PHP
4 lines
94 B
PHP
@props(['name'])
|
|
@error($name)
|
|
<p class="text-xs text-red-500">{{ $message}}</p>
|
|
@enderror |