@extends('layouts/microfin_layout') @section('title', '| Ledger Payment Config List') @section('content')
{{-- @if(Auth::user()->branchId==1) --}} Add Payment Config {{-- @endif --}}

Ledger Payment Config List

@foreach ($result as $item) @php $rowSpanCount = count($item['config']); $firstElement = $item['config'][0]; unset($item['config'][0]); $rowSpan = Count($item['config']); @endphp @foreach ($item['config'] as $key=>$value) @endforeach {{-- --}} @endforeach
# Branch Effective Date Config Action
{{$loop->iteration}} @if ($item['branchName'] == null) All @else {{$item['branchName']}} @endif {{$item['effectiveDate']}} {{$firstElement['paymentType']}} {{$firstElement['collectionLedger']}} {{$firstElement['disburseMentLedger']}}
{{$value['paymentType']}} {{$value['collectionLedger']}} {{$value['disburseMentLedger']}}
Delete
{{-- --}} {{-- --}} @endsection