@extends('layouts.admin') @section('content')
| @lang('student.table.id') | student name | @lang('student.table.course name') | @lang('student.table.teacher name') | due date | percentage amount | @lang('student.table.amount') | eshra7ly_amount | teacher_amount | @lang('student.table.status') | paid at |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$count }} | {{ $installment->first_name.' '.$installment->middle_name.' '.$installment->last_name }} | {{$installment->has_label ? ' ( '.$installment->label.' ) ':''}} {{$installment->acyname.'_'.$installment->cname.' ( '.$installment->lshort_name.' )'}} | {{ $installment->ttname }} | {{ $installment->due_date }} | {{$installment->installment_amount}} % | {{$installment->amount}} EGP @if ($installment->discount_value) @endif | {{$installment->eshra7ly_amount}} EGP | {{$installment->teacher_amount}} EGP | @if ($installment->is_paid == 0) Un-Paid @else Paid @endif {{-- check is refunded --}} @if ($installment->is_refunded == 1 || $installment->is_refunded_after_post == 1) refunded @endif @if ($installment->is_posted == 1) Posted @else Un-Posted @endif | @if ($installment->is_paid == 1) {{ $installment->paid_date}} @else @endif |
|
There is no data! |
||||||||||
Displaying {{$paid_installments->count()}} of {{ $paid_installments->total() }} transaction(s).