Protect recordings per user, seed a demo login on container start, and bind-mount the app with Vite HMR for local Compose development.
10 lines
167 B
PHP
10 lines
167 B
PHP
@props([
|
|
'status',
|
|
])
|
|
|
|
@if ($status)
|
|
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
|
|
{{ $status }}
|
|
</div>
|
|
@endif
|