@extends('layouts.admin') @section('content')
Total Transactions {{--
@csrf
@lang('student.filter by')
--}}
{{-- Un Posted Transactions --}} @if ($unposted_transactions)
@lang('student.filter by')

Un Posted Transactions List

{{-- Export btn --}} @if (count($unposted_transactions) > 0)
{{-- Post all--}}
@endif
@php $count=0 @endphp @foreach ($unposted_transactions as $transaction) @endforeach
Id details Course Group Total amount EGP Discount amount EGP Total amount due EGP Teacher amount EGP Eshra7ly amount EGP Total amount AED Discount amount AED Total amount due AED Teacher amount AED Eshra7ly amount AED Tax old refund EGP old refund AED net salary EGP net salary AED from to
{{++$count}} {{-- Post --}}
{{-- Cancel calculation --}} Cancel
@csrf
totalid,$transaction->coffid,$transaction->gid])}}'>View Details @if ($transaction->old_refund)
Has old Refund {{-- coffid,$transaction->tblid])}}'>View Old Refund --}} @endif
{{$transaction->has_label ? ' ( '.$transaction->label.' ) ':''}} {{$transaction->cname . ' (' .$transaction->lshort_name .' )'}} _{{$transaction->ttname}} {{$transaction->gname}} {{$transaction->total_amount}} EGP {{$transaction->total_discount_value}} EGP {{$transaction->total_amount_due}} EGP {{$transaction->total_teacher_amount}} EGP {{$transaction->total_eshra7ly_amount}} EGP {{$transaction->total_amount_aed}} AED {{$transaction->total_discount_value_aed}} AED {{$transaction->total_amount_due_aed}} AED {{$transaction->total_teacher_amount_aed}} AED {{$transaction->total_eshra7ly_amount_aed}} AED {{$transaction->tax_value}} % {{$transaction->old_refund}} EGP {{$transaction->old_refund_aed}} AED {{$transaction->net_salary}} EGP {{$transaction->net_salary_aed}} AED {{round(($transaction->total_teacher_amount + $transaction->total_eshra7ly_amount + $transaction->old_refund) - $transaction->total_amount_due,2)}} {{round(($transaction->total_teacher_amount_aed + $transaction->total_eshra7ly_amount_aed + $transaction->old_refund_aed) - $transaction->total_amount_due_aed,2)}} {{$transaction->from}} {{$transaction->to}}
@endif {{-- Posted Transactions --}} @if ($posted_transactions)
@lang('student.filter by')

Posted Transactions List

@if (count($posted_transactions) > 0) @endif
@php $count=0 @endphp @foreach ($posted_transactions as $transaction) @endforeach
Id details Posted by Course Group Total amount EGP Discount amount EGP Total amount due EGP Teacher amount EGP Eshra7ly amount EGP Total amount AED Discount amount AED Total amount due AED Teacher amount AED Eshra7ly amount AED Tax old refund EGP old refund AED net salary EGP net salary AED from to
{{++$count}} totalid,$transaction->coffid,$transaction->gid])}}'>View Details @if ($transaction->old_refund)
Has old Refund {{-- coffid,$transaction->tblid])}}'>View Old Refund --}} @endif
{{$transaction->posted_by_fname.' '.$transaction->posted_by_lname}} {{$transaction->has_label ? ' ( '.$transaction->label.' ) ':''}} {{$transaction->acyname.'_'.$transaction->cname . ' (' .$transaction->lshort_name .' )'}} _{{$transaction->ttname}} {{$transaction->gname}} {{$transaction->total_amount}} EGP {{$transaction->total_discount_value}} EGP {{$transaction->total_amount_due}} EGP {{$transaction->total_teacher_amount}} EGP {{$transaction->total_eshra7ly_amount}} EGP {{$transaction->total_amount_aed}} AED {{$transaction->total_discount_value_aed}} AED {{$transaction->total_amount_due_aed}} AED {{$transaction->total_teacher_amount_aed}} AED {{$transaction->total_eshra7ly_amount_aed}} AED {{$transaction->tax_value}} % {{$transaction->old_refund}} EGP {{$transaction->old_refund_aed}} AED {{$transaction->net_salary}} EGP {{$transaction->net_salary_aed}} AED {{round(($transaction->total_teacher_amount + $transaction->total_eshra7ly_amount + $transaction->old_refund) - $transaction->total_amount_due,2)}} {{round(($transaction->total_teacher_amount_aed + $transaction->total_eshra7ly_amount_aed + $transaction->old_refund_aed) - $transaction->total_amount_due_aed,2)}} {{$transaction->from}} {{$transaction->to}}
@endif
@endsection @section('admin-js') @endsection