@extends('admin.layouts.master') @section('content')
| تاریخ | کاربر | بازار | نوع | قیمت | مقدار | مجموع | کارمزد CoinEx | کارمزد پلتفرم | سود این معامله |
|---|---|---|---|---|---|---|---|---|---|
| {{ $trade->created_at }} | {{ $trade->user_id }} | {{ $trade->market }} | {{ $trade->side === 'buy' ? 'خرید' : 'فروش' }} | {{ $trade->price ? number_format($trade->price, 4) : '-' }} | {{ number_format($trade->amount, 6) }} | {{ $trade->total ? number_format($trade->total, 4) : '-' }} | {{ $trade->fee ? number_format($trade->fee, 6) : '-' }} {{ $trade->fee_currency }} | {{ $trade->platform_fee ? number_format($trade->platform_fee, 6) : '-' }} {{ $trade->platform_fee_currency }} | {{ $trade->profit ? number_format($trade->profit, 6) : '-' }} |
| موردی یافت نشد | |||||||||