@extends('layouts.accountingapp')
@section('css')
@stop
@section('content')
Add to Account
Student Number: | {{$student->idno}} |
Name: | {{$student->lastname}}, {{$student->firstname}} |
Course: |
@if($course_level->academic_type == "Senior High School")
{{$course_level->track}}
@else
{{$course_level->program_name}}
@endif
|
Level: |
{{$course_level->level}}
|
@if(count($other_accounts)>0)
Particular |
Accounting Entry |
Amount |
Balance |
Remove |
@foreach($other_accounts as $other_account)
{{$other_account->receipt_details}} |
Fatal error: Class 'App\ChartOfAccount' not found in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\addtoaccount.blade.php on line 57