'components.application-logo','data' => ['class' => 'h-10 w-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('application-logo'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['class' => 'h-10 w-auto']); ?> renderComponent(); ?>
Dashboard user()->hasRole('Admin')): ?> Admin Panel Projects Leads Financials Domains Attendance user()->hasRole('Tech Lead')): ?> Tech Lead Panel Education Leads user()->hasRole('Developer')): ?> Dev Panel user()->hasRole('Sales')): ?> Sales Panel
'components.dropdown','data' => ['align' => 'right','width' => '48']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('dropdown'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['align' => 'right','width' => '48']); ?> slot('trigger', null, []); ?> endSlot(); ?> slot('content', null, []); ?>
user()->getRoleNames()->first() ?? 'No Role'); ?>
'components.dropdown-link','data' => ['href' => route('profile.edit')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('dropdown-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('profile.edit'))]); ?> renderComponent(); ?>
'components.dropdown-link','data' => ['href' => route('logout'),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('dropdown-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('logout')),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']); ?> renderComponent(); ?>
endSlot(); ?> renderComponent(); ?>
Dashboard user()->hasRole('Admin')): ?> Admin Panel Projects Leads Financials Domains Attendance user()->hasRole('Tech Lead')): ?> Tech Lead Panel Education Leads user()->hasRole('Developer')): ?> Dev Panel user()->hasRole('Sales')): ?> Sales Panel
<?php echo e(Auth::user()->name); ?>
name); ?>
email); ?>
user()->getRoleNames()->first() ?? 'No Role'); ?>
Profile