feat: extract fuel.recommendation Livewire component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
@if ($prediction)
|
||||
<div class="px-5 pb-5">
|
||||
<x-fuel.recommendation :prediction="$prediction" />
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user