$details=$this->detail
->where('id_offer',$id)
->join('materials', 'details.id_mat', '=', 'materials.id')
->select('details.*', 'materials.material', 'materials.mat_group')
->get();
dd($details);
So easy solution.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community