feat: extract fuel.recommendation Livewire component

This commit is contained in:
Ovidiu U
2026-04-08 08:46:16 +01:00
parent c4f5fd042b
commit 0809a5340b
3 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div>
@if ($prediction)
<div class="px-5 pb-5">
<x-fuel.recommendation :prediction="$prediction" />
</div>
@endif
</div>