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