@extends('backend.layouts.app') @section('content')
@if(isset($MonthSubsFeeHistory)) @foreach($MonthSubsFeeHistory as $history) @endforeach @endif
SN. Category Name Validate From Active Member Fee Additional Defendent Fee for Active Inactive/Absentee Member Fee Additional Defendent Fee for Inactive Member Locker Fee
{{ $loop->index + 1 }} {{ $history->mem_cat_name }} {{ $history->month.' '.$history->year }} {{ $history->monthly_subscription }} {{ $history->monthly_subscription_d }} {{ $history->i_monthly_subscription }} {{ $history->i_monthly_subscription_d }} {{ $history->monthly_locker_fee }}
@endsection @section('before_body_end') @endsection