@@ -88,7 +88,7 @@ class LoginController extends BaseController | |||
//get all notice sections & deedlaws | |||
$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)) | |||
{ | |||
foreach ($sec_faulty as $sf) |