How to send a data to all views in laravel
It is sometimes necessary to send data or an array to all the views sometimes. but this is the rare case. For this problem, you can have this solution 1) To send the data to all the i) go to app\providers\appServiceProvider ii) in boot() function do the following ii) if you want to send a … Read moreHow to send a data to all views in laravel