@extends('admin.layouts.master') @section('css') @endsection @section('page-header')
@endsection @section('content'){{ $card->uuid }}
{{ $card->external_id }}
{{ json_encode($card->card_data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
| ID | نوع العملية | المبلغ (USD) | الحالة | المستخدم | الطلب | ملاحظات | التاريخ |
|---|---|---|---|---|---|---|---|
| {{ $op->id }} | {{ $typeLabels[$op->operation_type] ?? $op->operation_type }} | {{ $op->amount_usd ? number_format($op->amount_usd, 2) : '-' }} | {{ $opStatusLabels[$op->status] ?? $op->status }} | {{ $op->user?->name ?? '-' }} | @if ($op->order_id) #{{ $op->order_id }} @else - @endif | {{ $op->notes ?? '-' }} | {{ $op->created_at->format('Y/m/d H:i') }} |
اضغط على زر "جلب العمليات" لعرض العمليات من الموقع الخارجي