@extends('layouts.app')
@section('title')
Arquitetos
@endsection
@section('content')
Nome | Telefone | Data de Nascimento | Ações | |
---|---|---|---|---|
{{ $architect->name }} | {{ $architect->email }} | {{ optional($architect->architectProfile)->phone }} | @if($architect->architectProfile && $architect->architectProfile->birth_date) {{ \Carbon\Carbon::parse($architect->architectProfile->birth_date)->format('d/m/Y') }} @else N/A @endif | Ver Arquiteto Atribuir Pontos |