@extends('layouts.frontend-member') @section('title', __('message.order report')) @section('content')
{{ $product->name ?? '' }}/USDT
{{-- Position list --}}
  • {{ __('message.quantity') }}

    {{ __('message.purchase price') }}

    {{ __('message.estimated profit and loss') }}

    {{ __('message.count down') }}

  • @foreach ($buySellReports as $buySellReport)
  • {{ number_format(abs($buySellReport->amount), 2) }}

    {{ number_format($buySellReport->opening_point ?? 0, 6) }} {{-- --}}

    {{ number_format($buySellReport->closing_point ?? 0, 6) }}

    {{ $buySellReport->seconds ?? '' }} s

  • @endforeach
{{--
Load more
--}}
@endsection @push('scripts') @endpush @push('styles') {{-- --}} @endpush