@extends('layouts.admin') @section('content')
| Id | calculation date | course | amount egp | teacher amount egp | eshra7ly amount egp | amount aed | teacher amount aed | eshra7ly amount aed | transaction type | created at | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$count}} | {{ $transaction->calculate_date? date('Y-m-d', strtotime($transaction->calculate_date)) . ' / '. date('h:i A', strtotime($transaction->calculate_date)) :'👻 null' }} | {{$transaction->acyname .'_'.$transaction->cname.' ('.$transaction->lshort_name.' ) '.$transaction->ttname}} @if($transaction->has_label) {{$transaction->label}} @endif | {{$transaction->amount_due}} | {{$transaction->teacher_amount}} | {{$transaction->eshar7ly_amount}} | {{$transaction->amount_due_aed ?? 0}} | {{$transaction->teacher_amount_aed ?? 0}} | {{$transaction->eshra7ly_amount_aed ?? 0}} | @if($transaction->tblid) Transaction By Lesson @else Installment @endif | {{ $transaction->created_at->format('d-m-Y') . ' / '}} {{date('h:i A', strtotime($transaction->created_at))}} | @if($transaction->tblid) show details @else show details @endif |
| Id | course | amount egp | teacher amount egp | eshra7ly amount egp | amount aed | teacher amount aed | eshra7ly amount aed | transaction type | created at | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{++$count}} | {{$transaction->acyname .'_'.$transaction->cname.' ('.$transaction->lshort_name.' ) '.$transaction->ttname}} @if($transaction->has_label) {{$transaction->label}} @endif | {{$transaction->amount_due}} | {{$transaction->teacher_amount}} | {{$transaction->eshar7ly_amount}} | {{$transaction->amount_due_aed ?? 0}} | {{$transaction->teacher_amount_aed ?? 0}} | {{$transaction->eshra7ly_amount_aed ?? 0}} | @if($transaction->tblid) Transaction By Lesson @else Installment @endif | {{ $transaction->created_at->format('d-m-Y') . ' / '}} {{date('h:i A', strtotime($transaction->created_at))}} | @if($transaction->tblid) show details @else show details @endif |