@extends('layouts/microfin_layout') @section('title', '| Add Ledger Config') @section('content')
New Ledger Config
@csrf
@error('branch') {{$message}} @enderror
@error('efficativeDate') {{$message}} @enderror
@foreach ($data['paymentType'] as $type)

{{$type->name}}

@error('disburseMentLedger') {{$message}} @enderror
{{-- --}} @error('collectionLedger') {{$message}} @enderror
@endforeach
{{-- --}} @endsection