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'))
Success! {{ session('success') }}
@endif