@extends('layouts.app') @section('content')
| Assistant Trainer Name | Phone | County | Sub-County | Center | Class | Total | Paid | Due | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $a->assistantTrainer->name ?? '-' }} | {{ $a->assistantTrainer->phone ?? '-' }} | {{ $a->assistantTrainer->email ?? '-' }} | {{ $a->county->name ?? '-' }} | {{ $a->subCounty->name ?? '-' }} | {{ $a->center->name ?? '-' }} | {{ $a->classRoom->class_number ?? '-' }} | KSh {{ number_format($a->total_amount, 2) }} | KSh {{ number_format($a->amount_paid, 2) }} | KSh {{ number_format($a->amount_due, 2) }} | Edit |
| No assistant trainer assignments found. | ||||||||||