@extends('adminlte::page') @section('title', 'Fee Calculator') @section('content_header')

Fee Calculator

@stop @section('content')
@php $fee = $data[0] ?? null; @endphp
@php $i= 1; @endphp @foreach ($data as $fee) @php $i++; @endphp @endforeach
No. Fee Name Sections
{{$i}}. {{@$fee->fee_content_name}} Fee Category Content List
@stop @section('css') @stop @section('js') @stop