@extends('layouts.app') @section('content')

Import Existing Loans

Import and manage existing loan records efficiently

@if(session('success')) @endif @if(session('warning')) @endif @if(session('error')) @endif @if($errors->any()) @endif
Use Default File

Import from the pre-configured default existing loans file

How It Works
  1. Prepare Your File: Use Excel or CSV with required columns in order
  2. Select File: Choose your file using the wizard below
  3. Validate: System checks file structure and data integrity
  4. Review: Confirm the import summary before proceeding
  5. Import: Data is imported with new/updated/skipped tracking
Import Existing Loans - Multi-Step Wizard
1
Select File
2
Validate
3
Confirm
4
Import
5
Complete
Step 1: Select Your File
Supported formats: Excel (.xlsx, .xls) or CSV (.csv) - Max size: 10MB
@push('styles') @endpush @push('scripts') @endpush @endsection