@extends('layouts.secundario.create') @php // $produtores = App\Models\Leite\Produtores\Produtor::with('pessoa')->get(); // $pessoas = App\Models\Unico\Pessoas\Pessoa::cursor(); // $nomes [] = []; // foreach ($pessoas as $key => $value) { // $nomes [$key] = $value->nome; // } @endphp @section('fields') @endsection @section('script') @if(isset($model->comportamento) && $model->comportamento) @endif @endsection