@csrf

Open Positions

@foreach ($positions as $position) @endforeach
Login ID Lot Open Price Profit Swap Symbol
{{ $position->Login ?? '' }} {{ $position->Volume / 10000 ?? '' }} {{ $position->PriceOpen ?? '' }} {{ $position->Profit ?? '' }} {{ $position->Storage ?? '' }} {{ $position->Symbol ?? '' }}