<?php use App\KommaApp\Shop\Checkout\CheckoutController; Route::get('checkout', CheckoutController::class.'@checkout')->name('checkout');