@extends('layouts.admin') @section('content')
| id | Student | course name | percentage | amount egp | amount aed | discount value | discount amount egp | discount amount aed | discount reason | due date | status | added by |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $discount->first_name . ' ' . $discount->middle_name . ' ' .$discount->last_name}} | {{ $discount->acyname }}_{{$discount->has_label ? ' ( '.$discount->label.' ) ':''}} {{ $discount->cname }} ( {{ $discount->lshort_name }} ) {{ $discount->ttname }} | {{ $discount->installment_amount }}% | {{ $discount->amount }} | {{ $discount->amount_aed }} | {{ $discount->discount_value }}% | {{ $discount->discount_amount }} | {{ $discount->discount_amount }} | {{ $discount->discount_reason }} | {{ $discount->due_date }} | @if ($discount->is_paid) paid @else un-paid @endif @if ($discount->is_refunded) refunded @endif @if ($discount->is_refunded_after_post) refunded after post @endif @if ($discount->is_posted) posted @else un-posted @endif | {{ $discount->discount_added_by_fname.' '. $discount->discount_added_by_lname}} |
|
There is no data! |
||||||||||||
Displaying {{$discounts->count()}} of {{ $discounts->total() }} discount(s).