@extends('layouts.app') @section('content')
Total Wallet Balance:
| SL NO | Amount | Type(Credit/Debit) | Date | Ticket No | Claim Status |
|---|---|---|---|---|---|
| {{ $count++ }} | {{ @$transaction->amount }} | @if (@$transaction->type == 1) Credit @elseif (@$transaction->type == 2) Debit @else N/A @endif | {{ @$transaction->created_at->format('Y-m-d') }} | {{ @$transaction->ticket_id }} | -- |
No records found.
@endif\ @elseNo records found.
@endisset