Laravel: Pivot table access in a blade
I'm a newbie to Laravel so I'm probably making some sort of noob error. That said, here's my problem. I'm trying to access a related table from within my blade,. Here are relevant portions of my models: class _MeetingUser extends…