@php $user = auth()->user(); $img = ""; if($user->Persona->ArchivoPersona){ $img = url($user->Persona->ArchivoPersona->Archivo->url); } @endphp