@extends('schoolLayout.app') @section('content') @if ($errors->any()) @endif @if (session('success')) @endif

Fee Receipt Form

@csrf

Fee Breakdown

@foreach (['admission_fee', 'promotion_fee', 'tuition_fee', 'lab_fee', 'exam_fee', 'board_fee', 'entertainment_fee', 'books_charges', 'annual_charges', 'second_time_fee', 'other_fee'] as $fee)
@endforeach
{{-- --}}
@endsection