@extends('layouts.muladash')
@section('title', $title)
@section('content')
| Detail | Trade | Status | Date | ||||||
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
LOST
-{{ $history->leverage }}%
|
Expired |
{{ $history->created_at->toDayDateTimeString() }} |
|||||
|
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
Win
+{{ $history->leverage }}%
|
Expired | {{ $history->created_at->toDayDateTimeString() }} |
|||||
|
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
{{ $history->type }}
Leverage:1:{{ $history->leverage }}
|
Buy | {{ $history->created_at->toDayDateTimeString() }} |
|||||
|
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
{{ $history->type }}
Leverage:1:{{ $history->leverage }}
|
Sell | {{ $history->created_at->toDayDateTimeString() }} |
|||||
| No Data Available | |||||||||
| Detail | Trade | Status | Date | |
|---|---|---|---|---|
| No data available | ||||
|
{{ $history->plan }}
{{ Auth::user()->currency }}{{ $history->amount }} |
{{ $history->type }}
Leverage:1:{{ $history->leverage }}
|
Buy | {{ $history->created_at->toDayDateTimeString() }} |
|
| Detail | Trade | Status | Date | |
|---|---|---|---|---|
| No data available | ||||
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
{{ $history->type }}
Leverage:1:{{ $history->leverage }}
|
Sell | {{ $history->created_at->toDayDateTimeString() }} |
|
| Detail | Trade | Status | Date | |
|---|---|---|---|---|
| No data available | ||||
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
Win
+{{ $history->leverage }}%
|
Win | {{ $history->created_at->toDayDateTimeString() }} |
|
| Detail | Trade | Status | Date | |
|---|---|---|---|---|
| No data available | ||||
|
{{ Auth::user()->currency }}{{ $history->amount }} {{ $history->plan }} |
LOST
-{{ $history->leverage }}%
|
Expired | {{ $history->created_at->toDayDateTimeString() }} |
|