{{-- Success is as dangerous as failure. --}} @section('seoTitle') Payment Details @endsection @section('title') Payment Details @endsection
@if(Auth::user()->payments->isEmpty()) {!! alert("You have not made any transaction with us.") !!} @else @forelse (Auth::user()->payments as $payment) @endif @empty @endforelse
Order Id Status Package Date Amount Invoice
{!! $payment->orderId !!} {!! $payment->responseDescription !!} {!! $payment->userRole !!} - {!! $payment->packageName !!} {!! $payment->pgTransTime !!} Rs. {!! $payment->amount !!} @if($payment->responseCode == 100) {{--
--}} {{-- @csrf --}} {{-- --}} {{-- --}}
@endif