{{-- User Information --}} {{-- avatar/icon --}} @if (session('objectUser')->avatar) {{ getAltImages() }} @else @include('shared.commons.iconsvg.icon-user') @endif {{-- username --}} @if (!isset($not_name) || !$not_name) @if (!isset($class_span)) {{ session('objectUser')->name }} @else {{ session('objectUser')->name }} @endif @endif