//get all notice sections & deedlaws | //get all notice sections & deedlaws | ||||
$notis = array(); | $notis = array(); | ||||
$sec_faulty = Faulty::with('DeedLaw', 'Department')->whereIn('itkod', ['33', '9', '8', '10'])->get(); | |||||
$sec_faulty = Faulty::with('DeedLaw', 'Department')->whereIn('itkod', ['33', '9', '8', '10', '14', '36'])->get(); | |||||
if(!empty($sec_faulty)) | if(!empty($sec_faulty)) | ||||
{ | { | ||||
foreach ($sec_faulty as $sf) | foreach ($sec_faulty as $sf) |