@extends('backend.master') @section('content')

Contributions of {{ $user->name }}

Total Contributed: {{ currency()->symbol ?? '' }} {{ number_format($totalContributed, 2) }}

@can('view-contribution-view')
All Contributions
@endcan
# Month / Year Amount Due Penalty Total Paid Payment Type Status Payment Date
@endsection @push('script') @endpush