@extends('manager.layouts.app') @section('page_title', $page_title ?? 'Scholarship Criteria') @section('content')

{{ $p_title ?? 'Scholarship Criteria' }}

{{ $p_summary ?? 'Manage global marks ranges and waiver percentages' }}

@csrf {{-- New Field: Base Tuition Fee --}}
Rs
This value is used to calculate "Waiver Amounts" on the public website.
@forelse($tiers as $tier) @empty @endforelse
Marks % Range (e.g. 90 and Above) Waiver Percentage (%) Actions
%
No criteria defined. Click "Add New Tier" to start.
@can('manager_transaction_scholarship-edit') @endcan
@endsection @push('footer-scripts') @if(Session::has('messages')) @endif @endpush