@extends('layouts.app') @section('title') All Brands @endsection @section('content')
Sr. No. | Order ID | Transcation ID | Post | Exam Fee | Paid Amount | Payment Gateway | Payment Submit Date | Payment Status |
---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ $queryList->InvoiceCode }} | {{ (!empty($queryList->TranscationID) && $queryList->TranscationID != 'null') ? $queryList->TranscationID : "-" }} | {{ $GetPostName['postName'] }} | {{ $queryList->ActualExamFee }} | {{ $queryList->PaidAmount }} | @if($queryList->PaidAmount > 0) HDFC @else - @endif | {{ date('d-m-Y', strtotime($queryList->PaymentSubmitDate)) }} | {{ $queryList->PaymentStatus }} |