@extends('layouts/microfin_layout') @section('content') @section('title', '| Microfinance Home') {{-- --}} {{-- {{ Html::style('hr_asset/css/homeDashboards.css') }} --}} {{-- @include('homePages.accHomePages.accHome') --}} @php use App\Service\UserUtility; $isGuestUser = UserUtility::isGuestUser(); @endphp
{{-- form --}}
{{-- Start of report level --}}
{{-- end of report level --}} {{-- Start of area level --}} {{-- end of area level --}} {{-- start of zone level --}} {{-- End of zone level --}} {{-- Start of region level --}} {{-- End of region level --}} {{-- Start of branch level --}}
{{-- end of branch level --}} {{-- Funding org start --}}
{{-- Funding org end --}} {{-- Month select --}}
{{-- Month select --}} {{-- Loan option start --}}

{{-- Loan option end --}} {{-- Service Charge start --}}
{{-- Service charge end --}} {{-- Start of the Submit Button --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}

{{-- form end --}} {{-- balance Report --}}
{{-- graph --}}
{{-- div panel-body --}}
{{-- Div panel panel-default panel-border --}}
{{-- Div col-md-10 fullbody --}}
@endsection