Hello! There is some problem with ordering eloquent query results by field from related table. Every...
@saadsaleem187 Just a little advice. Don't use your models in templates. This is bad practice. Divid...
@saadsaleem187 Please call this code and attach result: $magazines = MediaProfile::where('category',...
@saadsaleem187 mediaProfilesContent is hasMany relation. It returns collection of items not item obj...
The Laravel portal for problem solving, knowledge sharing and community building.
The community