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

@lang('frontsistema.trade_investment.structured_products')

@lang('frontsistema.trade_investment.balance_at'): {{ date('d M Y') }}

${{ number_format($total_credit->credit_monto - $total_debit->debit_monto, 2, '.', ',') }}

@php $total_amount = 0; @endphp @foreach($tarde_investments as $tarde_investment) @php if($tarde_investment->is_opening || $tarde_investment->tipo == 'cr') { $total_amount = $total_amount + $tarde_investment->monto; }else{ $total_amount = $total_amount - $tarde_investment->monto; } @endphp @if($tarde_investment->is_opening) @elseif($tarde_investment->tipo == 'cr') @else @endif @endforeach
@lang('frontsistema.trade_investment.ticket') @lang('frontsistema.trade_investment.date'): @lang('frontsistema.trade_investment.transaction'): @lang('frontsistema.trade_investment.expiration'): @lang('frontsistema.trade_investment.amount'): @lang('frontsistema.trade_investment.nav'): @lang('frontsistema.trade_investment.risk'): @lang('frontsistema.trade_investment.unit_balance'):
{{ $tarde_investment->ticket }} {{ date("d-m-Y", strtotime($tarde_investment->fecha)) }} {{ $tarde_investment->transaction }} LIQ {{ number_format($tarde_investment->monto, 2, '.', ',') }} {{ number_format($tarde_investment->nav, 2, '.', ',') }} LIQ{{ date("d-m-Y", strtotime($tarde_investment->fecha_vencimiento)) }} {{ number_format($tarde_investment->monto, 2, '.', ',') }} {{ number_format($tarde_investment->nav, 2, '.', ',') }} {{ number_format($tarde_investment->riesgo, 2, '.', ',') }}{{ number_format($total_amount, 2, '.', ',') }} @lang('frontsistema.trade_investment.view_complete')
@endsection @section('customjs') @endsection