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