How to use eloquent "With" query within a join query – Laravel
I am trying to use eloquent's with query within a join query to attach the relationships of the table I am joining with however I am faced with the error "Call to undefined method IlluminateDatabaseQueryJoinClause::with()" Hence, how can I use…