@extends('layouts.principal') @section('titulo') Incluindo AnĂ¡lise Agrupada @endsection @section('voltar') Voltar @endsection @section('content')
@csrf @method(\App\Structural\Enums\Estrutura\Acao::CONFIGURATUALIZAR->metodo())
@php $grid = $agrupada->getGrids()['relationAgrupamentoInspecao'] ?? false; @endphp @if ($grid)
@endif

@endsection @section('script') @if(isset($model->comportamento) && $model->comportamento) @endif @endsection