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