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

Fee Calculator

@stop @section('content')
Add
@php $fee = $data[0] ?? null; @endphp
@php $i= 1; @endphp
No. Title Description Action Sections
{{$i}}. {{$data->name}} {{$data->description}}    general usetool featuretool popularDoc choosetool faq
@stop @section('css') @stop @section('js') @stop