@include('system-layouts/head')

configurações

{{--
Lista todos os registro 2
--}}

Lista dos relatórios

{{--
Lista todos os registro 2
--}}
@foreach($record as $row ) @endforeach
Prioridade Ordem Detalhes Processo
{{ $row->priorityName }} {{ $row->transform }}
Título: {{ $row->xName }} {{ $row->created_at }}
Modulo: {{ $row->modName }}
@if($row->idSprintStatus ==1) Sprint
@endif @if($row->idSprint >0)Cliente sprint: {{ $row->sprintName }}
@endif
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/systructure-architect-report/report.blade.php on line 68

Warning: Attempt to read property "description" on null in /home/admgocrm/public_html/crm/dev/crmviews/systructure-architect-report/report.blade.php on line 68
@php $id_architect = $row->idArchitect; @endphp @include('systructure-architect.report-task')
{{ $row->processName }} - {{ $row->idArchitectProcess }}
@include('system-layouts/footer')