@extends('schoolLayout.app') @section('content')
| Class | Admission Fee | Promotion Fee | Tuition Fee | Lab Fee | Exam Fee | Board Fee | Entertainment Fee | Other Fee | Books Charges | Annual Charges | Second Time Fee | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $structure->class->name }} | @if ($amounts) @foreach ($amounts as $amount) @if ($amount->class_id == $structure->class_id) @if ($amount->fee_type == 'admission_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'promotion_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'tuition_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'lab_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'exam_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'board_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'entertainment_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'other_fee')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'books_charges')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'annual_charges')Rs. {{ $amount->amount }} | @endif @if ($amount->fee_type == 'second_time_fee')Rs. {{ $amount->amount }} | @endif @else @continue @endif @endforeach@endif |
| No fee structures found. | ||||||||||||