@extends('layouts.frontend-member') @section('title', __('message.order report')) @section('content')
{{ __('message.position list') }}
{{ __('message.order record') }}
{{ __('message.quantity') }}
{{ __('message.purchase price') }}
{{ __('message.estimated profit and loss') }}
{{ __('message.count down') }}
{{ number_format(abs($buySellReport->amount), 2) }}
{{ number_format($buySellReport->opening_point ?? 0, 6) }} {{-- --}}
{{ number_format($buySellReport->closing_point ?? 0, 6) }}
{{ $buySellReport->seconds ?? '' }} s