@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Integrantes") @section('content')
| Nome | Função | CPF | Arquivo CPF |
|---|---|---|---|
| {{ $int->nome }} | {{ $int->funcao }} | {{ $int->cpf }} | @if($int->arquivo_cpf_arquivo_id) {{ __('baixar arquivo') }} @else {{ __('não enviado') }} @endif |