@php use App\Structural\Enums\Estrutura\Sistema;use App\Structural\VariaveisGlobais; @endphp @extends('layouts.principal') @section('titulo', 'Processar Regra de Negócio') @section('voltar') @endsection @section('content')

Log de execução da regra '{{$regraNegocio->nome}}'


@if (!$regraNegocio->monitora_execucao) @endif
{!!trim($respostaRegraNegocio) !!}
@if($exception)
Um erro ocorreu durante a execução da regra:
{{$exception->getMessage()}}
{{$exception->getTraceAsString()}}
A execução foi interrompida!
@endif @endsection