using laravel database builder:
$weight = DB::table('weight')->where('grammage', '150')->first();
echo $weight->price;
solved sql select in table grammage
using laravel database builder:
$weight = DB::table('weight')->where('grammage', '150')->first();
echo $weight->price;
solved sql select in table grammage