use App\Http\Controllers\Webhook\PaystackWebhookController; use Illuminate\Support\Facades\Route; Route::post('/paystack/webhook', [PaystackWebhookController::class, 'handle'])->name('paystack.webhook');