@extends('layouts/microfin_layout') @section('title', '| LLP Configuration List') @section('content') @include('successMsg')

LLP Classification Percentage List

@foreach ($llpConfigurations as $llpConfiguration)
Warning: Undefined variable $llpConfiguration in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/llpConfiguration/llpConfigurationList.blade.php on line 48

Warning: Attempt to read property "classificationPercentages" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/llpConfiguration/llpConfigurationList.blade.php on line 48

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/llpConfiguration/llpConfigurationList.blade.php on line 48
@foreach($classificationPercentages as $percentage) @endforeach @endforeach
SL# Effective Date Classification Percentage Action
Regular Watchful Substandard Doubtful Bad Loan
{{ ++$no }} {{ date ('d-m-Y', strtotime($llpConfiguration->effectiveDate)) }} {{$percentage}}%  
@endsection