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

Fee Calculator

@stop @section('content')
@php $i= 1; @endphp @foreach ($contentList as $list) @php $i++; @endphp @endforeach
No. Fee Name Sections
{{$i}}. {{@$list->fee_content_name}} Edit Content
@stop @section('css') @stop @section('js') @stop