<?php use Illuminate\Support\Facades\Route; Route::get('/', \App\Livewire\EquityGrowthCalculator::class)->name('equity-growth-calculator');