@extends('layouts.app') @section('breadcrumb') @endsection @section('header') @endsection @section('tools') @endsection @section('content')

Cierre mes {{$close_month->year.'/'.$close_month->month}}

{{round((count($close_month_process)/count($steps))*100,2)}}%
@foreach ($steps as $step) @endforeach
#PasosEstadoRegistros
{{$step['step']}} {{$step['name']}}
@if(isset($close_month_process[$step['step']-1]) && $close_month_process[$step['step']-1]['response']) {{$close_month_process[$step['step']-1]['response']}} @endif
{{-- @if(isset($close_month_process[$step['step']-1]) && $close_month_process[$step['step']-1]['response']) --}} {{$close_month_process[$step['step']-1]['on_progress']==0?'Completado':'En Proceso'}} {{-- @endif --}} {{-- @if(isset($close_month_process[$step['step']-1]) && $close_month_process[$step['step']-1]['response']) --}} {{$close_month_process[$step['step']-1]['registers']}} {{-- @endif --}}
@endSection @push('custom-scripts') @endpush