@extends('layouts.app') @section('page-title', 'Transactions') @section('content')
| Date | Type | Source | Account | Reference | Counterparty | Amount | |
|---|---|---|---|---|---|---|---|
| {{ $t->transaction_date->format('Y-m-d') }} | {{ $t->type }} | {{ $t->source }} | {{ $t->bankAccount->name ?? '—' }} | {{ $t->reference ?? '—' }} | {{ $t->counterparty ?? '—' }} | {{ $t->type==='income'?'+':'−' }} PKR {{ number_format($t->amount, 2) }} | View |