Hocam bu kodu dener misiniz

$data = Tahsilat::with('satislar')
    ->select('Tahsilat_tutar', DB::raw('sum(Tahsilat_tutar) as total'))
    ->get();