@extends('backend-template') @section('content')

Category Enhanced Fees

@foreach ($adsCategories as $cat) @endforeach
Category Name Fee Action
{!! $cat->name !!} £ {!! $cat->enhanced_weekly_fee !!} Edit
{{--form for toppup user balance--}} @include('blocks.modals.categories_enhanced_fee') @stop @section('js_functions') my_main.edit_category_enhanced_fee(); @stop