@extends('layouts.app') @section('title', 'Admin Dashboard - eCards Accounting') @section('page-title', 'Admin Dashboard') @section('content')
| Date | Customer | Type | Amount | Description | Created By |
|---|---|---|---|---|---|
| {{ $transaction->transaction_date->format('M d, Y') }} | {{ $transaction->customer->name }} | {{ ucfirst($transaction->type) }} | {{ $transaction->formatted_amount }} | {{ Str::limit($transaction->description, 50) }} | {{ $transaction->user->name }} |
No transactions found