@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Refund') @section('content')

Refund Of Fees

Refund Of Fees

@foreach ($fees as $fin) @csrf @endforeach
Student ID Student Name Course ID Total Amount Discount Paid Receivables The amount to be refund
{{ $fin->studentRegno }} {{ $arabicName . ' ' . $arabic_name2 . ' ' . $arabic_name3 . ' ' . $arabic_name4 }} {{ $fin->course }} {{ $fin->requiredAmount }} {{ $fin->discountAmount }} {{ $fin->paidAmount }} {{ $fin->requiredAmount - $fin->discountAmount - $fin->paidAmount }}

Student ID Student Name Course ID Total Amount Discount Paid Receivables The amount to be refund
@endsection