@foreach($programs AS $li)
@php
if($li->program_code==1){
$progam_style="orange";
}elseif ($li->program_code==2){
$progam_style="blue";
}elseif($li->program_code==3){
$progam_style="red";
}elseif ($li->program_code==4){
$progam_style="green";
}elseif ($li->program_code==5){
$progam_style="brown";
}
@endphp
{{$li->program_name}}
@endforeach
@if(!empty($month_year_data))