Empower your learning
Menu
In app/Providers/AppServiceProvider.php, there will be a function called boot. Here you can commonly share data with all views.
public function boot(){ view()->share('data', 1); }
Iteration Statements (Loop Statements)
Basic And Intermediate Commands For Linux