@extends('layouts.master') @section('title') {{translate('general report')}} @endsection @section('content')
{{translate('general report')}} @if(!empty($end_date)) for period: {{$start_date}} to {{$end_date}} @endif
{!! Form::open(array('url' => Request::url(), 'method' => 'post','class'=>'form-horizontal', 'name' => 'form')) !!}
{!! Form::close() !!}
{{translate('loan product')}}
{{translate('income vs expense')}}
{{translate('borrower registration')}}
{{translate('actual vs expected repayment')}}
{{translate('disbursed principal')}}
@endsection @section('footer-scripts') @endsection