@extends('layouts.app') @section('content')
@if(!is_null($fromPerson))
{!! $fromPerson !!}
@endif @if(!is_null($PersonData)) {!! $PersonData !!} @endif
@if(is_null($fromPerson))
{!! $addresses !!}
@endif

Cerrar sesión
@endsection