@foreach ($buySellReports as $buySellReport)
จำนวนจำนวนเงินนที่ป้อน
{{ number_format(abs($buySellReport->amount), 2) }}
ราคาปัจจุบันเปิดหน่วย
{{--
{{ number_format($buySellReport->opening_point, 6) }}
--}}
จำนวนกำไรและขาดทุน
profit >= 0) style="color:#0dba76;" @else style="color:#f5465c;" @endif>
{{ number_format($buySellReport->profit, 2) }}
เวลาเปิด
{{ $buySellReport->created_at->format('d/m/y H:i') }}
@endforeach
{{ $buySellReports->appends($_GET)->links() }}