@php use App\Http\Controllers\SyStructureArchitect; @endphp
| @if($option_detail==1) | DETALHES | @endif||
|---|---|---|---|
| TÍTULO | @if($option_detail==1)ORDEM | PROCESSOS | + DETALHES | @endif
@if($row->idSprint >0) {{ $row->sprintName }} \ @endif {{ $row->xName }}
{{ $row->modNamePrimary }}\{{ $row->modName }}\ {{ $row->elemName }}
@if($option_description ==1)
{!! $row->description !!}
@endif
@if($option_task == 1)
@php
$id_architect = $row->idArchitect;
@endphp
@include('systructure-architect.report-task')
@endif
@if($option_show==2)
@php
$record_project = SyStructureArchitect::information([
'idSprint' => $row->idArchitect,
'dateRange' => $date_range,
'dateRangeName' => $date_range_name,
'optionList' => 'g',
'optionListQtt' => 'a',
]);
@endphp
@if($option_project==1)
@if(count($record_project))
Lista dos projetos: {{count($record_project)}}
@endif
@endif
@endif
@foreach($record_project as $row_project) {{ $row_project->xName }}
{{ $row_project->modNamePrimary }}\{{ $row_project->modName }}
\ {{ $row_project->elemName }}
@if($option_description ==1)
{!! $row_project->description !!}
@endif
@if($option_task == 1)
@php
$id_architect = $row_project->idArchitect;
@endphp
@include('systructure-architect.report-task')
@endif
|
@if($option_detail==1)
{{ $row->transform }} | {{ $row->processName }} |
Inicio: {{ $row->dateStart }} Fim: {{ $row->dateEnd }} Tempo previsto: {{ $row->forecast }} Author: {{ $row->author }} Criado: {{ $row->created_at }} Atualizado: {{ $row->updated_at }} |
@endif