Laravel - Views and Blade Templates
Consider this Blade snippet:
If
@include('profile', ['user' => $user])If
$user has a property name = 'Alice', what will {{ $user->name }} inside profile.blade.php display?