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

{{ $title }}

@if($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'): {{ $account_transaction->contracts }}

@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->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 == 'mov')

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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