@extends('layouts.app') @section('title','Transactions') @section('content')

Transactions

@foreach($transactions ?? [] as $t) @endforeach
IDMerchantGatewayAmountStatus
{{ $t->id }}{{ $t->merchant_id }}{{ $t->payment_gateway }}{{ $t->amount }}{{ $t->status }}
@endsection