@extends('layouts.app') @section('content')
{{ $p->public_alias_did ?: $p->did }}
{{ json_encode($p->person_attributes, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES) }}