Exemple #1
0
function getPachetServicii($entryID, $mandatory)
{
    return PacheteServicii::where('EntryID', $entryID)->where('Mandatory', $mandatory)->distinct('ServID')->get(['ServID', 'Name']);
}