@extends('layouts.app') @section('breadcrumb') @endsection @section('header') @endsection @section('tools') @endsection @section('content')
| # | Pasos | Estado | Registros |
|---|---|---|---|
| {{$step['step']}} | {{$step['name']}} | @if(isset($close_month_process[$step['step']-1]) ) {{$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]['registers']}} @endif |