@extends('layouts.app') @section('content')

Payments

@foreach($orders as $o) @endforeach
RefAmountGatewayStatusDate
{{ $o->reference }}{{ number_format($o->amount) }} {{ $o->currency }}{{ $o->gateway }}{{ $o->status }}{{ $o->created_at }}
@endsection