@extends('layouts/microfin_layout') @section('title', '| Cash In Hand Adjustment Configuration') @section('content') @include('successMsg')

Cash In Hand Adjustment Configuration List

{{ csrf_field() }} @foreach ($cashInHandAdjustmentConfigurations as $cashInHandAdjustmentConfiguration) @endforeach
SL# Effective Date Photography Charge (TK) File Sale Charge (TK) Document Print Charge (TK) Loan Processing Fee Action
Applicable Loan Amount From (TK) Percentage %
{{ ++$no }} {{ date ('d-m-Y', strtotime( $cashInHandAdjustmentConfiguration->effectiveDate)) }} {{ number_format($cashInHandAdjustmentConfiguration->photographyCharge) }} {{ number_format($cashInHandAdjustmentConfiguration->fileSaleCharge) }} {{ number_format($cashInHandAdjustmentConfiguration->documentPrintCharge) }} {{ number_format($cashInHandAdjustmentConfiguration->applicableLoanAmountFrom) }} {{ number_format($cashInHandAdjustmentConfiguration->processingFeePercentage) }} % @if($cashInHandAdjustmentConfiguration->status == 1)     {{-- --}} @else @endIf
@endsection