$leverancier = DB::table('leveranciers') ->where('leveranciersId', '=', $id) ->join...
had to use first instead of get. $leverancier = DB::table('leveranciers') ->...
The Laravel portal for problem solving, knowledge sharing and community building.
The community