@extends('front.layout.master') @section('content')
Current Credit
Transaction Date 8/15/2022
Based on list price
# | Transaction ID | balance before | balance after | amount | Date |
---|---|---|---|---|---|
{{ $index + 1 }} | # {{ $wal->transaction_id }} | {{ $wal->status == 'withdraw' ? $wal->balance + $wal->from_wallet: $wal->balance - $wal->from_wallet }} | {{ $wal->balance }} | {{ $wal->amount }} | {{ $wal->created_at }} |