@extends('layouts.app') @section('title') All Brands @endsection @section('content')
Sr. No. | Order ID | Transcation ID | Exam Fee | Paid Amount | Payment Gateway | Payment Submit Date | Payment Status |
---|---|---|---|---|---|---|---|
{{ ++$key ?? '' }} | {{ $queryList->InvoiceCode ?? '' }} | {{ $queryList->TranscationID ?? ''}} | {{ $queryList->PaidAmount ?? '' }} | {{ $queryList->PaidAmount ?? '' }} | {{$queryList->GatewayName ?? ''}} | {{ !empty($queryList->PaymentSubmitDate) ? date('d-m-Y', strtotime($queryList->PaymentSubmitDate)) : '' }} | {{ $queryList->PaymentStatus ?? '' }} |