Thanks friend,
a simple change make the result
$pages = \DB::table('magazine_details')
->join('magazines', 'magazine_details.magazine_id', '=', 'magazines.id')
->select('magazine_details.*', 'magazines.title')
->paginate(7);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community