mirror of
https://github.com/10h30/MoveMate.git
synced 2026-07-11 18:56:06 +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 |