Try changing this:
$terms = Auth::user()->terms();
To this:
$terms = Auth::user()->terms;
Wow!! how could i miss that its right in the documentation.
Thank you so much I was struggling with that for way to many hours.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community