Viewing file: 89c3c3bd6aa7e7109a0c9ab75c04e5e2.php (6.29 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('content'); ?> <?php echo $__env->yieldContent('breadcrumb'); ?> <section class="lg:py-16 py-6 dark:bg-gray-800"> <div class="container"> <?php if(session('error')): ?> <div class="flex items-center p-4 mb-4 text-sm text-red-800 rounded-lg bg-red-50 dark:bg-gray-800 dark:text-red-400" role="alert"> <?php if (isset($component)) { $__componentOriginal2130cfc5fa369bd3f520609b86876efa = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal2130cfc5fa369bd3f520609b86876efa = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.error-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.error-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal2130cfc5fa369bd3f520609b86876efa)): ?> <?php $attributes = $__attributesOriginal2130cfc5fa369bd3f520609b86876efa; ?> <?php unset($__attributesOriginal2130cfc5fa369bd3f520609b86876efa); ?> <?php endif; ?> <?php if (isset($__componentOriginal2130cfc5fa369bd3f520609b86876efa)): ?> <?php $component = $__componentOriginal2130cfc5fa369bd3f520609b86876efa; ?> <?php unset($__componentOriginal2130cfc5fa369bd3f520609b86876efa); ?> <?php endif; ?> <span class="sr-only">Info</span> <div> <span class="font-medium"> <?php echo e(session('error')); ?>
</span> </div> </div> <?php endif; ?> <div class="lg:hidden flex pb-6 justify-between items-center" x-data="{dashboardMenu : false}"> <h2 class="heading-07 dark:text-white">Dashboard</h2> <button class="bg-primary-500 rounded py-0.5 px-1" @click="dashboardMenu = !dashboardMenu"> <?php if (isset($component)) { $__componentOriginal846dfd65429a23b15d6540606d24b90e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal846dfd65429a23b15d6540606d24b90e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.menu-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.menu-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal846dfd65429a23b15d6540606d24b90e)): ?> <?php $attributes = $__attributesOriginal846dfd65429a23b15d6540606d24b90e; ?> <?php unset($__attributesOriginal846dfd65429a23b15d6540606d24b90e); ?> <?php endif; ?> <?php if (isset($__componentOriginal846dfd65429a23b15d6540606d24b90e)): ?> <?php $component = $__componentOriginal846dfd65429a23b15d6540606d24b90e; ?> <?php unset($__componentOriginal846dfd65429a23b15d6540606d24b90e); ?> <?php endif; ?> </button> <?php if (isset($component)) { $__componentOriginalc2ce8e6d4d101382ef40f20c2fcfb29a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalc2ce8e6d4d101382ef40f20c2fcfb29a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.dashboard-menu','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.dashboard-menu'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalc2ce8e6d4d101382ef40f20c2fcfb29a)): ?> <?php $attributes = $__attributesOriginalc2ce8e6d4d101382ef40f20c2fcfb29a; ?> <?php unset($__attributesOriginalc2ce8e6d4d101382ef40f20c2fcfb29a); ?> <?php endif; ?> <?php if (isset($__componentOriginalc2ce8e6d4d101382ef40f20c2fcfb29a)): ?> <?php $component = $__componentOriginalc2ce8e6d4d101382ef40f20c2fcfb29a; ?> <?php unset($__componentOriginalc2ce8e6d4d101382ef40f20c2fcfb29a); ?> <?php endif; ?> </div> <div class="flex flex-col lg:flex-row items-start gap-8"> <?php echo $__env->make('frontend.layouts.partials.dashboard-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="dashboard-content w-full"> <?php echo $__env->yieldContent('dashboard-content'); ?> </div> </div> </div> </section> <?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/frontend/layouts/dashboard.blade.php ENDPATH**/ ?>
|