@extends('layout.home', ['valor' => 'perfil']) @section('content')
Email: {{ $authUser->email ?? 'No tiene' }}
Fecha de Registro: {{ $authUser->created_at->format('d-m-Y') ?? 'Sin fecha'}}
Puerto: 33833
FTP Usuario: {{ $cliente->ftp_usuario ?? 'Sin datos' }}
FTP ContraseƱa: {{ str_repeat('*', strlen($cliente->ftp_password ?? '')) }}