You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
render($view, $data);
} catch (Exception $e) {
echo 'Hata: ' . $e->getMessage();
}
}
}
Although I have home.blade.php in /resources/view/, I get the error in the title.
The text was updated successfully, but these errors were encountered:
My View.php file in the core folder is like this:
render($view, $data); } catch (Exception $e) { echo 'Hata: ' . $e->getMessage(); } } } Although I have home.blade.php in /resources/view/, I get the error in the title.The text was updated successfully, but these errors were encountered: