@extends('layouts.secundario.create') @php $removeBotoesPadrao = ['']; @endphp {{-- Define qual botões padrões NÃO serão usados na tela --}} @section('fields') @foreach ($model->getCampos() as $campo) @php $campo->getExhibitionOptions()->setDisabled(true) @endphp @endforeach @php $function = 'cargaCompartimentos'; $grid = $model->getGrids()[$function]; @endphp
@endsection