@section('top_style') @rappasoftTableStyles @rappasoftTableThirdPartyStyles @endsection
Execution In Progress, Please Wait...
@if(count($membership_payment) < 1)
Select Your Preferred Membership Category:
@csrf @foreach ($membership_category_and_fee as $key => $item)
id}} name="flexRadioDefault" id="flexRadioDefault1" wire:model="membership_category_and_fee_id" wire:loading.attr="disabled" required>
@endforeach


@endif

@if(count($membership_payment) > 0)
Membership Registration and Annual Due Payment History       @if($membership_payment->last()->member_category == 'Student') @endif {{--   --}}
@foreach($membership_payment as $keyy => $value) @endforeach
S/N Category Payment Type Fee Reference Code Expire Date Paid On Action
{{$keyy + 1}} {{$value->member_category}} {{$value->is_annual_due? 'Annual Due':'New Registration'}}
{{!$value->is_annual_due && !Auth::user()->memberID? '(Awaiting Approval)' : '' }}
{{number_format($value->member_fee_paid)}} {{$value->member_payment_reference}} {{$value->expire_date->format('d-M-Y')}} {{$value->created_at->format('d-M-Y')}}
@endif @section('bottom_script') @rappasoftTableScripts @rappasoftTableThirdPartyScripts @endsection