@extends('layouts.app') @section('page-title', __('Import Payments')) @section('page-heading', __('Import Payments')) @section('styles') @endsection @section('content')
@if(session('success')) @endif @if(session('error')) @endif
@csrf
Excel Template

Download the template for uploading payment information. The template includes all required fields and formatting guidelines.

Download Template
@error('file')
{{ $message }}
@enderror
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('cycle_option')
{{ $message }}
@enderror
@error('payment_cycle')
{{ $message }}
@enderror
Enable if payments in this cycle require invoice uploads
@endsection @push('scripts') @endpush