@extends('backend.master') @section('title', 'Contribution Settings Overview') @section('content')
{{-- Main Card --}}
{{-- Header Section --}}

Group Contribution Agreement

Official financial agreement adopted by group members

@can('website_settings') Edit Settings @endcan All Contributions
{{-- Agreement Cards --}}
{{-- Monthly Contribution --}}
Monthly Contribution
KES {{ number_format($settings->monthly_amount, 2) }}
Agreed fixed monthly member contribution
{{-- Penalty --}}
Late Penalty
KES {{ number_format($settings->penalty_per_day, 2) }}
Charged daily after grace period
{{-- Due Day --}}
Due Date
{{ $settings->due_day }}th
Monthly contribution deadline
{{-- Grace Day --}}
Grace Period
{{ $settings->grace_day }}th
Final day before penalties begin
{{-- Information Section --}}
Agreement Notes

These contribution terms were mutually agreed by group members. Every member is expected to honour deadlines to ensure smooth financial operations and sustainability of group projects.

Administration Tips

Update these values only after official member consultation. Notify members early whenever policy adjustments are made.

{{-- Footer --}}
Last updated: {{ now()->format('d M Y - H:i') }}
{{-- Styling --}} @endsection