@extends('admin.include.main') @section('content')
Manage Types of Fee
@csrf
@foreach($feetype as $per) @endforeach
S.No Fee type Installment Type Academic type Status Action
{{$loop->index+1}} {{$per->name}} {{$per->installment->name}} {{$per->type}} @if ($per->status) @else @endif Delete
@endsection