@extends('layouts.frontend-member') @section('title', 'BuySell') @section('content')

รายละเอียดการสั่งซื้อ

BCH/USDT 235.58 -8.65%
  • จำนวนเงินลงทุน
    {{ number_format(abs($buySell->amount), 2) }} {{ $setting_->currency_name }}
  • ขึ้น ราคา
    {{ number_format($buySell->closing_point, 2) }} {{-- 235.34 --}}
  • ขึ้น เวลา
    {{ $buySell->created_at->format('d/m/Y H:i') }}
  • วันครบกำหนด
    60 S
  • ราคา
    {{ number_format($buySell->closing_point, 2) }}
  • เวลาปิดโพซิชั่น
    {{ number_format($buySell->closing_point, 2) }}
@endsection