@extends('layouts.app') @section('breadcrumb') @endsection @section('header') @endsection @section('tools') @endsection @section('content')
# | Pasos | Estado | Acciones |
---|---|---|---|
- | {{ $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 |