@extends('layouts.admin') @section('title', 'المعاملات') @section('heading', 'معاملات المحفظة') @section('subheading', 'عرض وفلترة وبحث في السجل الداخلي') @section('content')
| # | المستخدم | النوع | المبلغ | الحالة | الوصف | المرجع | التاريخ |
|---|---|---|---|---|---|---|---|
| {{ $tx->id }} | @if ($tx->user) {{ $tx->user->username }} @else — @endif | {{ $tx->type }} | {{ number_format((float) $tx->amount, 2) }} | {{ $tx->status }} | {{ $tx->description ?? '—' }} | {{ $tx->reference ?? '—' }} | {{ $tx->created_at?->format('Y-m-d H:i') }} |
| لا توجد معاملات. | |||||||