@extends('layouts.admin') @section('content')

Diretoria UMADMEC

Aniversariantes

@foreach($historicos as $h) @endforeach
Matrícula Cargo Nome Telefone E-mail Data de Nascimento Igreja Função Data de Início
{{ $h->pessoa->matricula }} {{ $h->pessoa->cargo->descricao }} {{ $h->pessoa->nome }} {{ $h->pessoa->telefone_1 }} {{ $h->pessoa->email }} {{ $h->pessoa->data_nascimento != null ? date('d/m/Y', strtotime($h->pessoa->data_nascimento)) : "" }} {{ $h->igreja !=null ? $h->igreja->nome : "" }} {{ $h->funcao !=null ? $h->funcao->descricao : ""}} {{ $h->data_inicio !=null ? date('d/m/Y', strtotime($h->data_inicio)) : "" }}
@endsection