getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.application-logo','data' => ['class' => 'block h-10 w-auto fill-current text-gray-600']]); ?> withName('application-logo'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['class' => 'block h-10 w-auto fill-current text-gray-600']); ?> renderComponent(); ?>
getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.nav-link','data' => ['href' => route('dashboard'),'active' => request()->routeIs('dashboard')]]); ?> withName('nav-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('dashboard')),'active' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(request()->routeIs('dashboard'))]); ?> renderComponent(); ?>
getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.nav-link','data' => ['href' => route('admin-blog'),'active' => request()->routeIs('admin-blog')]]); ?> withName('nav-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('admin-blog')),'active' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(request()->routeIs('admin-blog'))]); ?> Blog renderComponent(); ?>
getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.dropdown','data' => ['align' => 'right','width' => '48']]); ?> withName('dropdown'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['align' => 'right','width' => '48']); ?> slot('trigger'); ?> endSlot(); ?> slot('content'); ?>
getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.dropdown-link','data' => ['href' => route('logout'),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']]); ?> withName('dropdown-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('logout')),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']); ?> renderComponent(); ?>
endSlot(); ?> renderComponent(); ?>
getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.responsive-nav-link','data' => ['href' => route('dashboard'),'active' => request()->routeIs('dashboard')]]); ?> withName('responsive-nav-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('dashboard')),'active' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(request()->routeIs('dashboard'))]); ?> renderComponent(); ?>
name); ?>
email); ?>
getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.responsive-nav-link','data' => ['href' => route('logout'),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']]); ?> withName('responsive-nav-link'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('logout')),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']); ?> renderComponent(); ?>