@extends('layouts/microfin_layout') @section('title', '| Change Loan First Repay Date') @section('content') @php use \App\Http\Controllers\microfin\savings\MfnSavingsDepositTypeController as createForm; @endphp
New Regular Loan Transaction
{!! Form::open(array('url' => '', 'role' => 'forl', 'id' => 'rootwizard', 'class' => 'form-horizontal form-groups', 'novalidate' => '')) !!} {!! Form::close() !!}
@endsection