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');
});