Notice: Undefined variable: particulars in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 22
@if($level == "allcoll")

College Fees:

@elseif($level == "alltesda")

TESDA Fees:

@elseif($level == "allhs")

Junior/Senior High School Fees:

@else

{{$level}} Fees:

@endif
@foreach($particulars as $particular) @endforeach @foreach($other_income_collections as $oi) @foreach($particulars as $particular)
Notice: Undefined variable: particular in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 63

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 63

Notice: Undefined variable: oi in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 63

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 63
@endforeach
Notice: Undefined variable: oi in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 66

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\ajax\displayotherincome_collection.blade.php on line 66
@endforeach
# Student ID Name Course Year Level Description{{$particular->description}} Total Amount
{{$loop->iteration}} {{$oi->idno}} {{$oi->name}} {{$oi->program_code}} {{$oi->level}} {{number_format($oi->{$particular->uniq},2)}} {{number_format($oi->grand_total,2)}}

TOTAL INCOME COLLECTION - {{number_format($totalGrandTotal,2)}}