@php($count = 0)
@foreach($tiposClientes as $tipo)
tipo_pessoa_id))
@if ($tipo->id === $model->tipo_pessoa_id)
checked
@endif
@elseif ($count === 0)
checked
@endif
>
@php($count++)
@endforeach
@if ($tiposPessoasError)
{{ $errors->first('tipo_pessoa_id') }}
@endif