feat: wire FuelFinder to home route, replacing static homepage

This commit is contained in:
Ovidiu U
2026-04-07 14:38:03 +01:00
parent 41a2cc5f43
commit e9612666e3
3 changed files with 13 additions and 1 deletions

View File

@@ -5,9 +5,11 @@ namespace App\Livewire\Public;
use Illuminate\Http\Client\ConnectionException;
use Illuminate\Support\Facades\Http;
use Illuminate\View\View;
use Livewire\Attributes\Layout;
use Livewire\Attributes\Validate;
use Livewire\Component;
#[Layout('layouts.guest')]
class FuelFinder extends Component
{
#[Validate('required|string', message: 'Please enter a postcode, town or city.')]