@extends('layouts.front_vertical_menu') @section('customcss') @endsection @section('pagecontent')

{{ $title }}

@if($type == 'mov')

@lang('frontsistema.derivados_etim_cfds_fx.ticket'): {{ $movimientos_transaction->ticket }}

@lang('frontsistema.derivados_etim_cfds_fx.date'): {{ date("d-m-Y", strtotime($movimientos_transaction->fecha_transaccion)) }}

@lang('frontsistema.derivados_etim_cfds_fx.open_time'):

@lang('frontsistema.derivados_etim_cfds_fx.type'): {{ $movimientos_transaction->type }}

@lang('frontsistema.derivados_etim_cfds_fx.item'):

@lang('frontsistema.derivados_etim_cfds_fx.description'): {{ $movimientos_transaction->description }}

@lang('frontsistema.derivados_etim_cfds_fx.net_pl'): {{ ($movimientos_transaction->operation_category == 1)?'+':'-' }}{{ number_format($movimientos_transaction->monto, 2, '.', ',') }}

@elseif($type == 'trade')

@lang('frontsistema.derivados_etim_cfds_fx.ticket'): {{ $account_transaction->ticket }}

@lang('frontsistema.derivados_etim_cfds_fx.date'): {{ date("d-m-Y", strtotime($account_transaction->opening_date)) }}

@lang('frontsistema.derivados_etim_cfds_fx.open_time'): {{ $account_transaction->opening_time }}

@lang('frontsistema.derivados_etim_cfds_fx.type'): {{ $account_transaction->type }}

@lang('frontsistema.derivados_etim_cfds_fx.item'): {{ $account_transaction->item }}

@lang('frontsistema.derivados_etim_cfds_fx.description'):

@lang('frontsistema.derivados_etim_cfds_fx.open_price'): {{ number_format($account_transaction->opening_price, 6, '.', ',') }}

@lang('frontsistema.derivados_etim_cfds_fx.close_price'): {{ number_format($account_transaction->closing_price, 6, '.', ',') }}

@lang('frontsistema.derivados_etim_cfds_fx.size'): {{ number_format($account_transaction->contracts, 0) }}

@lang('frontsistema.derivados_etim_cfds_fx.close_time'): {{ $account_transaction->closing_time }}

@lang('frontsistema.derivados_etim_cfds_fx.stop_loss'): {{ number_format($account_transaction->stop_loss, App\Util\HelperUtil::getDecimalLen($account_transaction->stop_loss)) }}

@lang('frontsistema.derivados_etim_cfds_fx.leverage'): {{ ($account_transaction->leverage)? $account_transaction->leverage->label : '' }}

@lang('frontsistema.derivados_etim_cfds_fx.warranty'): {{ number_format($account_transaction->warranty, 2, '.', ',') }}

@lang('frontsistema.derivados_etim_cfds_fx.exposure'): {{ number_format($account_transaction->financial_exhibition, App\Util\HelperUtil::getDecimalLen($account_transaction->financial_exhibition)) }}

@lang('frontsistema.derivados_etim_cfds_fx.comission'): {{ number_format($account_transaction->commission, 2, '.', ',') }}

@lang('frontsistema.derivados_etim_cfds_fx.close_pl'): {{ number_format($account_transaction->gross_profit, 2, '.', ',') }}

@lang('frontsistema.derivados_etim_cfds_fx.net_pl'): {{ number_format($account_transaction->net_result, 2, '.', ',') }}

@elseif($type == 'ti')

@lang('frontsistema.trade_investment.ticket'): {{ $tarde_investment->ticket }}

@lang('frontsistema.trade_investment.date'): {{ date("d-m-Y", strtotime($tarde_investment->fecha)) }}

@lang('frontsistema.trade_investment.type'): {{ ($tarde_investment->tipo == 'cr')? 'Credit' : 'Debit' }}

@lang('frontsistema.trade_investment.transaction'): {{ $tarde_investment->transaction }}

@if($tarde_investment->is_opening)

@lang('frontsistema.trade_investment.amount'): {{ number_format($tarde_investment->monto, 2, '.', ',') }}

@elseif($tarde_investment->tipo == 'cr')

@lang('frontsistema.trade_investment.expiration'): LIQ

@lang('frontsistema.trade_investment.amount'): {{ number_format($tarde_investment->monto, 2, '.', ',') }}

@lang('frontsistema.trade_investment.nav'): {{ number_format($tarde_investment->nav, 2, '.', ',') }}

@lang('frontsistema.trade_investment.precio'): {{ number_format($tarde_investment->precio, 2, '.', ',') }}

@lang('frontsistema.trade_investment.risk'): LIQ

@lang('frontsistema.trade_investment.contracts'): LIQ

@lang('frontsistema.trade_investment.exposition'): LIQ

@else

@lang('frontsistema.trade_investment.expiration'): {{ date("d-m-Y", strtotime($tarde_investment->fecha_vencimiento)) }}

@lang('frontsistema.trade_investment.amount'): -{{ number_format($tarde_investment->monto, 2, '.', ',') }}

@lang('frontsistema.trade_investment.nav'): {{ number_format($tarde_investment->nav, 2, '.', ',') }}

@lang('frontsistema.trade_investment.precio'): {{ number_format($tarde_investment->precio, 2, '.', ',') }}

@lang('frontsistema.trade_investment.risk'): {{ number_format($tarde_investment->riesgo, 2, '.', ',') }}

@lang('frontsistema.trade_investment.contracts'): {{ number_format($tarde_investment->contratos, 2, '.', ',') }}

@lang('frontsistema.trade_investment.exposition'): {{ number_format($tarde_investment->exposicion, 2, '.', ',') }}

@endif
@endif
@endsection @section('customjs') @endsection