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

@lang('frontsistema.capacidad_de_financiamiento.title')

@lang('frontsistema.capacidad_de_financiamiento.current_capacity')
{{ isset($capacidad_financiamiento) ? number_format($capacidad_financiamiento, 2, '.', ',') : 0.00 }}

@lang('frontsistema.capacidad_de_financiamiento.help_msg1') @lang('frontsistema.click_here') @lang('frontsistema.capacidad_de_financiamiento.help_msg2')

@php $arr['label1'] = array('type'=>'text','value'=>'val','label_en'=>'eng','label_es'=>'spanish'); //dd($arr); @endphp @endsection @section('customjs') @endsection