@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | Fee Structures') @section('page-title', 'Fee Structures') @section('content') {{-- Add vote head card --}}
| Grade / Class | Year / Term | Vote Head | Amount | @include('layouts.partials.school-th')Action | |
|---|---|---|---|---|---|
| {{ $s->gradeLevel->name ?? 'All grades' }}@if($s->schoolClass)@endif | {{ $s->academicYear->name ?? 'Any year' }} · {{ $s->term->name ?? 'Any term' }} | {{ $s->vote_head }} | KES {{ number_format($s->amount, 0) }} | @include('layouts.partials.school-td', ['schoolId' => $s->school_id ?? null])||
|
No vote heads defined Add the first vote head using the form above. |
|||||