@extends('layouts.advisor') @section('title','Advisor Dashboard') @section('breadcrumb')
My Students
Total Fee
Collected
Due
| Name | Enrollment | Course | Paid | Due |
|---|---|---|---|---|
| {{ $s->name }} | {{ $s->enrollment_no }} | {{ optional($s->course)->name }} | ₹{{ number_format($s->total_paid, 0) }} | ₹{{ number_format($s->total_due, 0) }} |
| No students assigned. | ||||