Viewing file: 9cd891ea19a54c5ce3217ae2b4bd25c9.php (4.31 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', 'Seller Profile'); ?>
<?php $__env->startSection('content'); ?> <?php if (isset($component)) { $__componentOriginal044f5af546c391ddc719bb44e1cd807e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal044f5af546c391ddc719bb44e1cd807e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.breadcrumb.breadcrumb','data' => ['links' => [['text' => 'Dashboard', 'url' => '/dashboard'], ['text' => 'Seller Profile']]]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.breadcrumb.breadcrumb'); ?> <?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(['links' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([['text' => 'Dashboard', 'url' => '/dashboard'], ['text' => 'Seller Profile']])]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal044f5af546c391ddc719bb44e1cd807e)): ?> <?php $attributes = $__attributesOriginal044f5af546c391ddc719bb44e1cd807e; ?> <?php unset($__attributesOriginal044f5af546c391ddc719bb44e1cd807e); ?> <?php endif; ?> <?php if (isset($__componentOriginal044f5af546c391ddc719bb44e1cd807e)): ?> <?php $component = $__componentOriginal044f5af546c391ddc719bb44e1cd807e; ?> <?php unset($__componentOriginal044f5af546c391ddc719bb44e1cd807e); ?> <?php endif; ?>
<section class="py-16"> <div class="container"> <div class="flex flex-col lg:flex-row gap-6 items-start">
<?php echo $__env->make('frontend.layouts.partials.seller-dashboard-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="flex flex-col gap-5 w-full">
<?php echo $__env->make('frontend.seller.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div> <div class="w-full" x-data="{ tab: 'ads' }"> <div class="flex gap-x-[1.5rem] border-b border-b-gray-100 w-full"> <h5 :class="`heading-05 ${tab == 'ads' ? 'active-tab':'text-gray-500'} transition-all duration-150 ease-in-out pb-[0.94rem] hover:active-tab relative `" role="button" @click="tab='ads'"> <?php echo e(__('recent_ads')); ?>
</h5> <h5 :class="`heading-05 ${tab == 'review_list' ? 'active-tab':'text-gray-500'} transition-all duration-150 ease-in-out pb-[0.94rem] hover:active-tab relative`" role="button" @click="tab='review_list'"><?php echo e(__('seller_review')); ?></h5> </div>
<div class="mt-[1.5rem]"> <div x-show="tab == 'ads'"> <?php echo $__env->make('frontend.seller.ad-list', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div>
<div x-show="tab == 'review_list'"> <?php echo $__env->make('frontend.seller.review-list', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?> <?php $__env->stopPush(); ?>
<?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/seller/dashboard.blade.php ENDPATH**/ ?>
|