{{-- Flash confirmation box ("Changes saved." etc.). Renders nothing when there's no message; defaults to session('status'). Spacing comes from the caller. --}} @props([ 'message' => session('status'), ]) @if (filled($message))
merge(['class' => 'border border-black bg-brand p-6 text-black']) }}>{{ $message }}
@endif