@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
No. Title Tag Line Description Action Sections
{{$i}}. {{$common[0]->title}} {{$common[0]->tagline}} {{$common[0]->description}}    Testimonial Faq Country Content category
@stop @section('css') @stop @section('js') @stop