@extends('layouts.admin') @section('content')
Calculate Transactions {{-- callCalculateJob --}} @include('admin.errors.form-errors')

Last Calculation date

From

{{$last_calc_date->from}}

To

{{$last_calc_date->to}}

@csrf
@lang('student.filter by')
@if ($transaction=Session::get('transaction'))

total transactions for ( {{$transaction->group->groupName->gname}} )

Next Step
Id Course 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 details
1 {{$transaction->courseOffering->has_label ? ' ( '.$transaction->courseOffering->label.' ) ':''}} {{$transaction->courseOffering->course->cname . ' (' .$transaction->courseOffering->course->level->lshort_name .' )'}} {{$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 {{($transaction->total_teacher_amount + $transaction->total_eshra7ly_amount + $transaction->old_refund) - $transaction->total_amount_due}} {{($transaction->total_teacher_amount_aed + $transaction->total_eshra7ly_amount_aed + $transaction->old_refund_aed) - $transaction->total_amount_due_aed}} {{$transaction->from}} {{$transaction->to}} totalid,$transaction->coffid,$transaction->gid])}}'>View Details {{-- @if ($transaction->old_refund)
coffid])}}'>View Old Refund @endif --}} @if ($transaction->old_refund)
Has old Refund @endif
{{-- Cancel calculation --}} Cancel
@csrf
@endif
@endsection @section('admin-js') @if ($message_egp = Session::get('refund_after_post_egp') || $message_aed = Session::get('refund_after_post_aed')) @if($message_egp || $message_aed) @endif @endif @endsection