@extends('layouts.master') @section('title') {{trans_choice('general.borrower',1)}} {{trans_choice('general.report',1)}} @endsection @section('content')
{{trans_choice('general.borrower',1)}} {{trans_choice('general.report',1)}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif

{{trans_choice('general.date',1)}} {{trans_choice('general.range',1)}}

{!! Form::open(array('url' => Request::url(), 'method' => 'post','class'=>'form-horizontal', 'name' => 'form')) !!}
{!! Form::text('start_date',null, array('class' => 'form-control date-picker', 'placeholder'=>"From Date",'required'=>'required')) !!}
{!! Form::text('end_date',null, array('class' => 'form-control date-picker', 'placeholder'=>"To Date",'required'=>'required')) !!}
{{trans_choice('general.reset',1)}}!
{!! Form::close() !!}
@foreach($data as $key)
{{trans_choice('general.borrower',1)}} {{trans_choice('general.report',1)}} @if(!empty($start_date)) {{$start_date}} to {{$end_date}} @endif {{trans_choice('general.number',1)}} {{trans_choice('general.principal',1)}} {{trans_choice('general.interest',1)}} {{trans_choice('general.fee',2)}} {{trans_choice('general.penalty',1)}} {{trans_choice('general.total',1)}}