Transactions

@foreach ($all_initiated_transactions as $collection) @if ($collection->isNotEmpty()) @foreach ($collection as $item) @php $day = substr($item->urn, 6, 2); $month = substr($item->urn, 8, 2); $year = substr($item->urn, 10, 4); $formattedDate = "$day-$month-$year"; @endphp @endforeach @endif @endforeach
Mobile Number Date of Transaction Amount URN
{{ $item->mobile }} {{ $formattedDate }} {{ $item->amount }} {{ $item->urn }}