@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) @if($step['group'] !== $group) @endif @endforeach
#PasosEstadoAcciones
- {{ $step['group']}}
{{$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]['error'] === 0) @endif @if(!(isset($close_month_process[$step['step']-1]) && $close_month_process[$step['step']-1]['error'] === 0) && (isset($close_month_process[$step['step']-2]) && $close_month_process[$step['step']-2]['error'] === 0) ) Ejecutar @endif @if($step['step']==1 && !isset($close_month_process[$step['step']-1])) Ejecutar @endif
@endSection @push('custom-scripts') @endpush