Merhaba laravel 9 da routes yapısında şöyle bir hata alıyorum yardımcı olabilirmisiniz yeniyim laravelde
Route::get('/abou/{slug}',[AdminController::class,'about']);
Route::post('/abou/{slug}',[AdminController::class,'about']);
get ile sorunsuz şekilde calısıyor ama post ile göndermeye calıstıgım zaman şöyle bir hata alıyorum
The GET method is not supported for this route. Supported methods: POST. aynı kodu post ile çalıştıamamayı anlayamadım