@extends('manager.layouts.app') @section('page_title') {{ $page_title ?? 'View Program' }} @endsection @section('content')
| Fee Description | Amount (Rs) |
|---|---|
| {{ $label }} | @if(is_numeric($fees->$field)) {{ number_format($fees->$field, 2) }} @else {{ $fees->$field ?? 'N/A' }} @endif |
| {{ is_numeric($fees->board_registration_fee) ? 'Grand Total' : 'Sub-Total (Excl. Board Reg)' }} | {{ number_format($total_fee, 2) }} |
{{ $data->seo_title ?? 'N/A' }}
{{ $data->seo_description ?? 'No description set.' }}
{{ $data->seo_keyword ?? 'N/A' }}