@extends('layouts/acc_layout') @section('title', '| OTS Interest Payment') @section('content')
@if ($action_type == 'details')
@endif
{{ $title }}
{!! Form::open(['url' => '#']) !!} @if ($transactionType->bankType != 'mobile_banking') @else @endif {{-- --}} {{-- --}} @if ($transactionType->bankType != 'mobile_banking') @endif @php $sl = 1; @endphp @foreach ($applications as $i => $application) @if ($transactionType->bankType != 'mobile_banking') @endif @endforeach @if ($transactionType->bankType != 'mobile_banking') @else @endif @if ($action_type == 'approve') @if ($transactionType->bankType != 'mobile_banking') @else @endif @endif
SL NO Branch Name Member Savings CodeMember BankMember BankAmountApplication Date@if ($isBulkPayment)
@else Action @endif
Name Code Bank Name A/C NumberRouting Number Branch Name
{{ $sl++ }} {{ sprintf('%03d', $application->branchCode) }} - {{ $application->gnrBranchName }} {{ $application->holderName }} {{ $application->employeeId }} {{ $application->savingsCode }} {{ $application->bankName }} {{ $application->accountNumber }}{{ $application->routingNumber }} {{ $application->branchName }}{{ number_format($application->amount) }}
Grand Total  Grand Total  {{ number_format($total_amount) }}
Batch Number Batch Number{!! Form::text('batchNumber', null, [ 'class' => 'form-control', 'placeholder' => 'Enter batch number', 'id' => 'batchNumber', ]) !!}
@if ($action_type == 'approve') {!! Form::hidden('adviceId', $payment->id) !!}
    {!! Form::button('Click here to Approve & Generate Voucher', [ 'id' => 'storeApprove', 'class' => 'btn btn-info', 'type' => 'submit', ]) !!}
@endif {!! Form::close() !!}
@endsection