I am new to laravel and struggling with the basics.Could anyone help? I want to navigate from index.blade.php to dashbaord.blade.php in laravel.Both index.blade.php and dashboard.blade.php are located like this in the resources folder
resources/cutups/ index.blade.php dashboard.blade.php
tried using
href="">Create but result in an error
via Ann