Woops, I had put the suggestion below but i see you're using shared views already. what exactly do you want to do like a growl message?
Im no expert but I think you can try shared views which for example:
View::share('freelancers', Freelancer::all() );
Every view would have the $freelancers variable available now.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community