@csrf @method('post')

{{ __(isset($pessoa) ? 'Atualizar pessoa' : 'Adicionar nova Pessoa') }}

@include('admin.pessoas._form', ['tipo' => 'F'])