@extends('layouts.restaurant') @section('title', 'Wallet') @section('content')
Track store wallet balance and settlement transactions.
Available Balance
Locked Balance
Currency
| Date | Type | Description | Amount | Balance After |
|---|---|---|---|---|
| {{ optional($transaction->created_at)->format('d M Y, h:i A') }} | {{ ucfirst(str_replace('_', ' ', $transaction->type)) }} | {{ $transaction->description ?: '-' }} | {{ $currencySymbol }}{{ number_format($transaction->amount, 2) }} | {{ $currencySymbol }}{{ number_format($transaction->balance_after, 2) }} |
| No wallet transactions yet. | ||||