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

Collection Of Fees

Collection Of Fees

@foreach ($fees as $fin) @csrf @endforeach
Student ID Student Name Course ID Total Amount Discount Paid Receivables Pay Way The amount to be paid
{{ $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 Pay Way The amount to be paid
@endsection