@extends('layouts.app') @section('content')
Here’s a quick summary of your assignments
Total Assignments
Ongoing
Upcoming
Total Earnings
Once your assignments are added, they’ll appear here.
| Class | Center | Duration | Status | Total Amount | |
|---|---|---|---|---|---|
| {{ $a->classRoom->class_number ?? '—' }} | {{ $a->center->name ?? '—' }} | {{ \Carbon\Carbon::parse($a->start_date)->format('d M') }} - {{ \Carbon\Carbon::parse($a->end_date)->format('d M Y') }} | {{ $status[0] }} | Ksh {{ number_format($a->total_amount, 2) }} | View |
{{ $a->center->name ?? '—' }}
Duration: {{ \Carbon\Carbon::parse($a->start_date)->format('d M') }} - {{ \Carbon\Carbon::parse($a->end_date)->format('d M Y') }}
Total: Ksh {{ number_format($a->total_amount, 2) }}
View Details