progetto di test della creazione di un progetto basato sul framework laravel e aggiunta form login e register utilizzando breeze
filippo.bertilotti
2024-04-17 637d67e9cd8572ca9f637a0293b06b16d6f287c6
commit | author | age
f7d0ce 1 @props(['status'])
F 2
3 @if ($status)
4     <div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
5         {{ $status }}
6     </div>
7 @endif