@extends('layouts/acc_layout') @section('title', '| Cardless EMI Voucher Config') @push('style') @endpush @section('content')
| SL# | Project | Project Type | Company | Transaction Type | Voucher Type | Sales | Collection Principal | Collection Interest | Status | Action | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Debit | Credit | Debit | Credit | Debit | Credit | ||||||||
| {{ $index + 1 }} | {{ $config->project->projectCode }} - {{ $config->project->name }} | {{ $config->projectType->projectTypeCode }} - {{ $config->projectType->name }} | {{ $config->company->name }} | {{ ucfirst($config->transactionType) }} | {{ $config->voucherTypee->name }} | {{ $config->salesDrLedger ? $config->salesDrLedger->code . ' - ' . $config->salesDrLedger->name : '-' }} | {{ $config->salesCrLedger ? $config->salesCrLedger->code . ' - ' . $config->salesCrLedger->name : '-' }} | {{ $config->collectionPrincipalDrLedger ? $config->collectionPrincipalDrLedger->code . ' - ' . $config->collectionPrincipalDrLedger->name : '-' }} | {{ $config->collectionPrincipalCrLedger ? $config->collectionPrincipalCrLedger->code . ' - ' . $config->collectionPrincipalCrLedger->name : '-' }} | {{ $config->collectionInterestDrLedger ? $config->collectionInterestDrLedger->code . ' - ' . $config->collectionInterestDrLedger->name : '-' }} | {{ $config->collectionInterestCrLedger ? $config->collectionInterestCrLedger->code . ' - ' . $config->collectionInterestCrLedger->name : '-' }} | @if ($config->status) @else @endif | |