@extends('layouts/acc_layout') @section('title', '| OTS Payment (MIS)') @section('content')
@if($action_type == 'details')
@endif
{{$title}}
{!! Form::open(['url' => '#']) !!} @if ($action_type == "return") @endif {{-- --}} {{-- --}} @php $sl = 1; @endphp @foreach ($applications as $i => $application) @if ($action_type == "return")@endif @endforeach @php $action_type == "return" ? $colspan = 8 : $colspan = 7; @endphp @if ($action_type == "return") @endif @if($action_type == 'approve') @endif
SL NO Branch Name Member Savings Code Member Bank AmountRET. TRX.Application Date@if($isBulkPayment)
@else Action @endif
Name Code Bank Name A/C Number Routing 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)}}returnDate)) checked @endif />
Grand Total   {{number_format($total_amount)}}
Batch Number {!! Form::text('batchNumber', null, [ 'class' => 'form-control', 'placeholder' => 'Enter batch number', 'id' => 'batchNumber']) !!}
@if($action_type == 'approve') {!! Form::hidden('paymentId', $payment->id) !!}
    {!! Form::button('Click here to Approve & Generate Voucher', ['id' => 'storeApprove', 'class' => 'btn btn-info', 'type' => 'submit']) !!}
@endif @if ($action_type == "return")
    {!! Form::button('Click here to Return', ['id' => 'returnApplication', 'class' => 'btn btn-info', 'type' => 'button']) !!}
@endif {!! Form::close() !!}
{{--
{!! Form::open(['url' => '#']) !!} @if ($action_type == "return") @endif @php $sl = 1; @endphp @foreach ($applications as $i => $application) @if ($action_type == "return")@endif @endforeach @php $action_type == "return" ? $colspan = 8 : $colspan = 7; @endphp @if ($action_type == "return") @endif @if($action_type == 'approve') @endif
SL# Bank Account Information Savings Code AmountRET. TRX.
Holder Name Bank Name A/C Number Routing Number Branch Name
{{$sl++}} {{$application->holderName}} {{$application->bankName}} {{$application->accountNumber}} {{$application->routingNumber}} {{$application->branchName}} {{$application->savingsCode}} {{number_format($application->amount)}}returnDate)) checked @endif />
Grand Total   {{number_format($total_amount)}}
Batch Number {!! Form::text('batchNumber', null, [ 'class' => 'form-control', 'placeholder' => 'Enter batch number', 'id' => 'batchNumber']) !!}
@if($action_type == 'approve') {!! Form::hidden('paymentId', $payment->id) !!}
    {!! Form::button('Click here to Approve & Generate Voucher', ['id' => 'storeApprove', 'class' => 'btn btn-info', 'type' => 'submit']) !!}
@endif @if ($action_type == "return")
    {!! Form::button('Click here to Return', ['id' => 'returnApplication', 'class' => 'btn btn-info', 'type' => 'button']) !!}
@endif {!! Form::close() !!}
--}}
@endsection