Record Contributions

Enter member contributions by category

{{-- General Error Display --}} @if ($errors->any())

There were {{ $errors->count() }} errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Success Message --}} @if(session('success')) @endif
@csrf {{-- Contribution Details --}}

Contribution Details

₦0.00

Enter contribution amounts in the table below. Leave cells empty for no contribution. Totals are calculated automatically.

{{-- Contribution Entry --}}

Contribution Entry

@foreach($categories as $category) @endforeach @foreach($members as $member) @foreach($categories as $category) @endforeach @endforeach @foreach($categories as $category) @endforeach
Member Name {{ $category->name }} Total

{{ $member->first_name }} {{ $member->last_name }}

{{ $member->family_name }}

₦0.00
Category Totals ₦0.00 ₦0.00
@php try { $cancelUrl = route('finance.index'); } catch (\Exception $e) { $cancelUrl = url('/finance'); } @endphp Cancel