@extends('layouts.app') @section('conteudo')
Beneficiário | Nome do Responsável | CPF Responsável | RG Responsável | Telefone/WhatsApp | Pai do Beneficiário | Mãe do Beneficiário |
---|---|---|---|---|---|---|
{{ $responsavel->nome ?? '---' }} | {{ $responsavel->responsavel_para_tirar1_nome }} | {{ $responsavel->cpf_responsavel_para_legal }} | {{ $responsavel->rg }} | {{ $responsavel->telefone_emergencia }} | {{ $responsavel->pai ?? '---' }} | {{ $responsavel->mae ?? '---' }} |
Total Por Página | {{ $responsaveis->count() }} | |||||
Total Geral | {{ $responsaveis->total() }} |