Merhaba Laravel'de böle bir hata alıyorum Frontendi bulamıyor halbuki index.blade.php içerisine @extends('frontend') olarak eklemiştim

ErrorException
View [frontend] not found. (View: C:\Users\erdem\www\home\resources\views\frontend\index.blade.php)

Bazı şeyleri denedim gene olmadı
php artisan config:cache
php artisan config:clear

Route kodu :
Route::get('/',function(){
return view('frontend.index');


});