@extends('layouts/acc_layout') @section('title', '| '. $title) @section('content')
@if($action_type == 'details')
@endif
{{$title}}
{{-- @if($action_type == 'adviceFile') {!! Form::open(['url' => url('acc/emergencyLoanPayment/storeAdviceFile/'),'files' => 'true']) !!} @else --}} {!! Form::open(['url' => '#','files' => 'true','id'=>'submitForm']) !!} {{-- @endif --}} @if ($transactionType->bankType != 'mobile_banking') @else @endif @if ($action_type == "return") @endif {{-- --}} {{-- --}} @if ($transactionType->bankType != 'mobile_banking') @endif @php $sl = 1; @endphp @foreach ($applications as $i => $application) @if ($transactionType->bankType != 'mobile_banking') @endif @if ($action_type == "return")@endif @endforeach @php $action_type == "return" ? $colspan = 8 : $colspan = 7; @endphp @if ($transactionType->bankType != 'mobile_banking') @else @endif @if ($action_type == "return") @endif @if($action_type == 'details') @if ($transactionType->bankType != 'mobile_banking') @else @endif @if ($transactionType->bankType != 'mobile_banking') @else @endif @endif @if($action_type == 'approve') @if ($transactionType->bankType != 'mobile_banking') @else @endif @endif @if($action_type == 'adviceFile') @if ($transactionType->bankType != 'mobile_banking') @else @endif {{-- --}} @endif
SL NO Branch Name MemberMember BankMember BankAmountRET. TRX.Application 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->bankName}} {{$application->accountNumber}}{{ $application->routingNumber }} {{ $application->bankBranch }}{{number_format($application->amount)}}returnDate)) checked @endif />
Grand Total  Grand Total  {{number_format($total_amount)}}
Batch Number  Batch Number  {{$advice->batchNumber}}
Advice File  Advice File   @if (!empty($advice->adviceFile)) Show File @else N/A @endif
Batch Number Batch Number{!! Form::text('batchNumber', null, [ 'class' => 'form-control', 'placeholder' => 'Enter batch number', 'id' => 'batchNumber']) !!}
Batch Number Batch Number{!! Form::text('adviceFile', null, [ 'class' => 'form-control', 'placeholder' => 'Enter advice file', 'id' => 'adviceFile']) !!}
@if($action_type == 'approve') {!! Form::hidden('adviceId', $advice->id) !!}
    {!! Form::button('Click here to Approve & Generate Voucher', ['id' => 'storeApprove', 'class' => 'btn btn-info', 'type' => 'submit']) !!}
@endif @if($action_type == 'adviceFile') {!! Form::hidden('adviceId', $advice->id) !!}
    {!! Form::button('Click here to upload advice file', ['id' => 'uploadAdviceFile', '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