@extends('layouts.app') @section('content') {{-- Modern Breadcrumb --}} {{-- Modern Page Header --}}

Member Contributions

View and manage member monthly contributions

{{-- Filter Button --}}
{{-- CONTRIBUTIONS LIST TABLE --}}
@forelse($contributions as $index => $record) @empty @endforelse
SN
Check Number
National ID
Name
Monthly Salary
Contribution
Vote Code
Department
Actions
{{ $contributions->firstItem() + $index }}
{{ $record->checkNumber }} {{ $record->nationalId }} {{ $record->firstName }} {{ $record->middleName }} {{ $record->lastName }} TSh {{ number_format($record->monthlySalary, 2) }} TSh {{ number_format($record->deductionAmount, 2) }} {{ $record->voteCode }} {{ $record->deptName }}
No contributions found

No contribution data available for the selected filters.

{{-- PAGINATION FOOTER --}} @if($contributions->hasPages()) @endif
{{-- MODERN FILTER MODAL --}} @push('styles') @endpush @endsection