Sharing Data with All Views in Laravel: The Global View Data Guide
Need to make certain data available across all your views? Laravel's View::share method makes this a breeze! Let's explore how to effectively share global view data.
Basic View Sharing
Here's how to share data with all views:
use Illuminate\Support\Facades\View;
class