@extends('layouts/microfin_layout') @section('title', '| Import Regular Loan') @section('content')
Import Regular Loan

Instructions

  1. Download the Template

    Click the "Download Template" button to download the Regular Loan Import Form.

  2. Fill the Template

    Ensure that the data is entered only within the range of rows A2 to O{{$rowCount}} in the template. Any data outside this range will not be processed.

  3. Upload the Template

    Navigate to the upload section in the form. Select the completed template file and upload it using the provided upload functionality.


{{-- link of download Regular Loan template --}}
{{-- form for import Regular Loan --}} {!! Form::open(array('url' => '', 'id' => 'importRegularLoan', 'role' => 'form', 'class' => 'form-horizontal validate', 'files' => true)) !!}
{!! Form::file('file', ['class' => 'form-control', 'required', 'accept' => '.xlsx']) !!}

{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection