@extends('layouts.admin') @section('title', 'Record Savings') @section('page-title', 'Record Savings Collection') @section('page-subtitle', 'Log daily contribution from a member') @section('content')
@csrf
@if(session('admin_role') === 'agent')
As an Agent, your collections will be marked as Pending until reconciled by a Cashier or Manager.
@endif
Cancel
@endsection