@extends('frontend.layouts.app') @section('page_title', $page_title ?? 'Fee Structure – All You Need to Know | Aliz College') @section('description', 'Explore the complete Fee structure at Aliz College. Understand tuition, programs and other costs to plan your academic journey confidently and clearly.') @section('keywords', 'Fee structure,Private college fee structure,Annual tuition charges') @section('content')

Fee Structure for Our Academic Programs

Our private college fee structure is designed to make quality education accessible for every student. The plan clearly outlines the annual tuition charges and helps you understand the cost of studying in your desired field. Explore our academic programs to see which option fits your goals and future plans.

@foreach($feeFields as $key => $label) @php $isSmall = ($key === 'board_registration_fee' || $key === 'card_charges'); @endphp @endforeach @foreach($groupedPrograms as $groupName => $programs) @foreach($programs as $index => $program) @if($index === 0) @endif @if($program->feeStructure) @foreach($feeFields as $key => $label) @endforeach @else @endif @endforeach @endforeach
Discipline
Year
{{ $label }}
{!! $program->name !!} @if($groupName !== 'NA') ({!! $groupName !!}) @endif
{{ $program->year == '1' ? '1st year' : '2nd year' }} @php $val = $program->feeStructure->$key; @endphp @if($key === 'board_registration_fee' && !is_numeric($val)) {{ $val ?? 'As Per Actual' }} @else Rs {{ number_format((float)$val) }}/- @endif Details Pending

Scholarship Opportunities for Students

@foreach($scholarshipHeader as $header) @endforeach @forelse($scholarshipCriteria as $row) @empty @endforelse
{{ $header }}
{{ $row->marks }} {{ $row->percent }} Rs {{ number_format($row->waiver) }}/- {{ $row->payable === 'Nil' ? 'Nil' : 'Rs '.number_format($row->payable).'/-' }}
Criteria updated soon.
@endsection