@extends('layouts.app') @section('title', 'Banks') @section('content')
@if ($message = Session::get('success'))

{{ $message }}

@endif

Mass Upload

Download a sample csv, fill in the details of the member loan payments then upload.

Please Note:

The file name should include the date uploaded e.g. (loans_31_02_2000)

For backdated records, toggle on the button below

Download CSV
@csrf
@error('csv_file') {{ $message }} @enderror


Member Number Member Name Account Type Account Balance Action
@endsection @pushOnce('scripts') @endpushOnce