@extends('admin.layouts.master') @section('css') @endsection @section('page-header')
@endsection @section('content')| البطاقة | المستخدم | الرصيد | الحالة | التاريخ |
|---|---|---|---|---|
| {{ $card->name }} | {{ $card->user?->name ?? '-' }} | {{ number_format($card->balance, 2) }} | {{ $statusLabels[$card->status] ?? $card->status }} | {{ $card->created_at->format('m/d H:i') }} |
لا توجد بطاقات
| البطاقة | النوع | المبلغ | الحالة | التاريخ |
|---|---|---|---|---|
| @if ($op->virtualCard) {{ $op->virtualCard->name }} @else - @endif | {{ $typeLabels[$op->operation_type] ?? $op->operation_type }} | {{ $op->amount_usd ? number_format($op->amount_usd, 2) : '-' }} | {{ $statusLabels[$op->status] ?? $op->status }} | {{ $op->created_at->format('m/d H:i') }} |
لا توجد عمليات