Files
fuel-price/resources/views/livewire/public/fuel/recommendation.blade.php

8 lines
157 B
PHP

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