use App\Http\Controllers\AuctionController; Route::get('/leilao/{id}', [AuctionController::class, 'viewAuction']);