mirror of
https://github.com/10h30/Test-Laravel-Routes.git
synced 2026-06-05 15:07:55 +09:00
8 lines
160 B
PHP
8 lines
160 B
PHP
@props(['status'])
|
|
|
|
@if ($status)
|
|
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
|
|
{{ $status }}
|
|
</div>
|
|
@endif
|