@extends('layouts/layoutMaster') @section('title', 'Close Trades') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
| Login ID | Close Price | Lot | Open Price | Symbol | Close Time |
|---|---|---|---|---|---|
{{ $product->Login }} |
{{ $product->PriceCurrent }} |
{{ $product->VolumeInitial/10000 }} |
{{ $product->PriceOrder }} |
{{ $product->Symbol }} |
{{ $product->TimeDone }} |