balance > 0)
$other = $other_fee_total->balance;
if($tuition_fee_total->balance > 0)
$tuition = $tuition_fee_total->balance;
if($special_fee_total->balance > 0)
$special = $special_fee_total->balance;
if($other_payment->balance > 0)
$otherpayments = $other_payment->balance;
$total_max = $other+$special+$otherpayments+$tuition;
$accountings = \App\ChartOfAccount::orderBy('accounting_code')->get();
?>
@extends('layouts.accountingapp')
@section('content')
Debit Memo
Date : | {{date("M d, Y")}} |
Student ID : | {{$user->idno}} |
Student Name : | {{$user->lastname}}, {{$user->firstname}} |