@extends('layouts.admin') @section('content')
Total Refund: {{$total_transactions_refunded_to_wallets->total()->sum('amount_due')}} EGP
--}} @endif| Id | Name | Refunded By | reason | Course Name | Amount | Date/Time |
|---|---|---|---|---|---|---|
| {{++$count}} | {{$item->first_name.' '.$item->middle_name.' '.$item->last_name}} | {{$item->refunded_by_fname.' '.$item->refunded_by_lname}} | {{$item->refund_reason}} | @if ($item->has_label) {{$item->label}} @endif {{$item->acyname.'_'.$item->cname.' ( '.$item->lshort_name.' )'.'_'.$item->ttname}} | {{$item->amount_due}} | {{ date('Y-m-d', strtotime($item->created_at)) . ' / '}} {{date('h:i A', strtotime($item->created_at))}} |
Displaying {{$total_transactions_refunded_to_wallets->count()}} of {{ $total_transactions_refunded_to_wallets->total() }} transaction(s).
Total Refund: {{$total_transactions_refunded_to_wallets->total()->sum('amount_due')}} EGP
--}} @endif| Id | Name | Refunded By | reason | Course Name | Amount | Due Date |
|---|---|---|---|---|---|---|
| {{++$key}} | {{$item->first_name.' '.$item->middle_name.' '.$item->last_name}} | {{$item->refunded_by_fname.' '.$item->refunded_by_lname}} | {{$item->refund_reason}} | @if ($item->has_label) {{$item->label}} @endif {{$item->acyname.'_'.$item->cname.' ( '.$item->lshort_name.' )'.'_'.$item->ttname}} | {{$item->amount}} | {{ date('Y-m-d', strtotime($item->due_date))}} |
Displaying {{$total_installments_refunded_to_wallets->count()}} of {{ $total_installments_refunded_to_wallets->total() }} installment(s).