@extends('layouts.master') @section('title') {{translate('disbursed loan')}} @endsection @section('content')
{{translate('disbursed loan')}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif
{!! Form::open(array('url' => Request::url(), 'method' => 'GET','class'=>'form-horizontal', 'name' => 'form')) !!}
{!! Form::label('loan_product_id',translate('product'),array('class'=>'')) !!} {!! Form::select('loan_product_id',$loan_products,$loan_product_id, array('class' => 'form-control select2')) !!}
{!! Form::close() !!}
@if(!empty($start_date))
@foreach($data as $index=>$key)
# {{translate('loan id')}} {{translate('borrower')}} {{translate('product')}} {{translate('disbursed')}} {{translate('maturity date')}} {{translate('principal')}} {{translate('interest')}} {{translate('fee')}} {{translate('penalty')}} {{translate('total')}} {{translate('payment')}} {{translate('balance')}}