Tuesday, April 11, 2017

How to get laravel pivot table records in views?

I have three tables.

Users: id,name

Courses: id,user_id,name

Order: id,user_id,course_id ( Pivot table)

How can i make sure in course view that this user has purchased this particular course using Laravel eloquent.



via Asim Shahzad

Advertisement