@extends('admin.layouts.app') @section('title', 'Fee Heads') @section('breadcrumb')
Manage all fee categories (ERP Online Fees)
| Name | Code | Type | Amount | Applicable | Optional | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $head->name }} | {{ $head->code }} |
{{ ucfirst(str_replace('_',' ', $head->type)) }} | ₹{{ number_format($head->amount, 2) }} | {{ $head->applicable_to }} | @if($head->is_optional) Optional @else Mandatory @endif | {{ ucfirst($head->status) }} |