{{--
--}}
Plataforma Prenda Chile
{{Auth::user()->name}}
@if (!isset(Auth::user()->mandante->razon_social))
--- Usuario Sin Mandante ---
@else
{{Auth::user()->mandante->razon_social}}
@endif
SALIR
@csrf