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

Fee Calculator

@stop @section('content')

Add
@php $fee = $data[0] ?? null; @endphp @section('content_header') @stop
@php $i= 1; @endphp @foreach($category as $value) @php $i++; @endphp @endforeach
No. title_heading Category Country Description Description Action
{{$i}}. {{$value->fee_content_name}} {{$value->category->fee_content_name}} {{$value->countryname}} {{strip_tags($value->description)}} {{strip_tags($value->description1)}}   
@stop @section('css') @stop @section('js') @stop