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

@lang('frontsistema.estado_de_cuenta.title')

   
@if(isset($statement_history) && count($statement_history) > 0) @foreach($statement_history as $statement) @endforeach @else @endif
@lang('sistema.equity_report.history.from_date') @lang('sistema.users_action')
{{ date('d/m/Y', strtotime($statement->from_period)) }} - {{ date('d/m/Y', strtotime($statement->upto_period)) }} @lang('sistema.btn_download')
@lang('sistema.trade_report.no_data')
@endsection @section('customjs') @endsection