@extends('layouts.client_template') @section('content')
| Login | Symbol | TicketID | DateTime | Type | OpenPrice | CurrentPrice | ProfitLoss | Volume |
|---|---|---|---|---|---|---|---|---|
| {{ $state->AccountID }} | {{ $state->SymbolName }} | {{ $state->TicketID }} | {{ $state->DateTime }} | {{ $state->BuySell }} | {{ $state->OpenPrice }} | {{ $state->CurrentPrice }} | {{ $state->ProfitLoss }} | {{ $state->Amount }} |