@extends('layouts.app') @section('title') payment-transcations Lists @endsection @section('content')
S.No | Application No | Invoice Code | Payment Amount | Payment Status | Payment Gateway | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ @$PaymentTranscation->ApplicationNumber ? $PaymentTranscation->ApplicationNumber : null }} | {{ @$PaymentTranscation->InvoiceCode ? $PaymentTranscation->InvoiceCode : null }} | {{ @$PaymentTranscation->PaidAmount ? $PaymentTranscation->PaidAmount : null }} | {{ @$PaymentTranscation->PaymentStatus ? $PaymentTranscation->PaymentStatus : null }} | {{ @$PaymentTranscation->GatewayName ? $PaymentTranscation->GatewayName : null }} | @if(@$PaymentTranscation->PaymentStatus=='Failure' AND !empty(@$ConfigSetting->PaymentURL)) @else - @endif | ||||
|