@extends('layouts.app') @section('title', 'Wallet - ' . config('app.name')) @section('content')
Manage your balance and transactions
Available for transactions
{{ $transaction->description }}
{{ $transaction->created_at->format('M d, Y H:i') }}
No transactions yet
Your transaction history will appear here