Hi guys got some problem....
Call to undefined method Illuminate\Database\Query\Builder::udpate()
here's my update code...
DB::table('gpl_team')->where('id', $idteam)->udpate(['team_logo' => $logo, 'team_name' => $name, 'team_country' => $country, 'updated_at' => $updated_at]);
via ivor