Current File : /home/tradevaly/www/storage/framework/views/04e1a4ce3e7c7d67ab784d4ebebc14672d78630f.php

<?php $__env->startSection('content'); ?>
    <div class="bread">
        <div class="container">
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="<?php echo e(route('homepage')); ?>"><?php echo e(translate('Home')); ?></a></li>
                <li class="breadcrumb-item"><a href="<?php echo e(route('products')); ?>"> <?php echo e(translate('Product')); ?></a></li>
                <li class="breadcrumb-item active"><?php echo e(translate($slug)); ?></li>
            </ol>
        </div>
    </div>

    <section class="buyers-listing-sec">
        <div class="container">
            <div class="row">
                <div class='col-lg-3 list__product__slide__bar'>
                    <div class='row'>
                        <div class='col-lg-12'>
                            <div class='card bg-transparent border-0'>
                                <div class='card-header'>
                                    <h4><?php echo e(translate('Related Suppliers')); ?></h4>
                                </div>
                                <div class='card-body bg-transparent'>
                                    <?php $__currentLoopData = $tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <a href="<?php echo e(route('list.tag', $tag->slug)); ?>" class='badge badge-white'><?php echo e($tag->name); ?></a>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                </div>
                            </div>
                        </div>
                    </div>




                </div>
                <div class="col-md-9">

                    <div class="buyer-listing-result-col">
                        <div class="tab-content">
                            <div class="tab-pane container active" id="companies-tabs">
                                <h4><?php echo e(translate('Showing ' . $products->count() . ' Products below')); ?></h4>

                                <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <div class="buyer-listing-result-row buyer-tab-products mfr-listing">
                                        <div class="row">
                                            <div class="col-md-3">
                                                <div class="product_list_top list_image_container">
                                                    <a href="<?php echo e(route('product.view', $product->slug)); ?>"
                                                        data-detail-link="" data-event-type="Product"
                                                        title="<?php echo e(translate($product->title)); ?>">
                                                        <div class="bg-image lazy"
                                                            style="background-image: url(<?php echo e(asset('storage/images/admin/product/' . $product->image . '')); ?>)">
                                                            <div class="bg-overlay">
                                                                <span class="img-center"></span>
                                                                <img src="<?php echo e(asset('storage/images/admin/product/' . $product->image . '')); ?>"
                                                                    alt="<?php echo e(translate($product->title)); ?>" class="lazy"/>
                                                            </div>
                                                        </div>
                                                    </a>
                                                </div>
                                            </div>

                                             <div class="col-md-5 col-lg-5 brd-right-gray">
                                                <a href="<?php echo e(route('product.view', $product->slug)); ?>"
                                                    title="<?php echo e(translate($product->title)); ?>">
                                                    <h5><?php echo e(translate($product->title)); ?></h5>
                                                </a>
                                                 <p>
                                                    
                                                    <a href="<?php echo e(route('product.view', $product->slug)); ?>"
                                                        title="<?php echo e(translate($product->title)); ?>"><?php echo e(translate('Show More...')); ?></a>
                                                </p>
                                               <ul class="buyer-listing-feautures li-pd-lft-0 full-with-ul">
                                                    <li>
                                                        <label class="mb-0"><?php echo e(translate('Origin:')); ?></label>
                                                        <span
                                                            class="text-truncate mw-100"><?php echo e(translate($product->origin)); ?></span>
                                                    </li>
                                                    <li>
                                                        <label class="mb-0"><?php echo e(translate('Supply Type:')); ?></label>
                                                        <span
                                                            class="text-truncate mw-100"><?php echo e(translate($product->stock)); ?></span>
                                                    </li>
                                                    <li>
                                                        <label class="mb-0"><?php echo e(translate('Processing Time:')); ?></label>
                                                        <span
                                                            class="text-truncate mw-100"><?php echo e(translate($product->processing_time)); ?></span>
                                                    </li>
                                                    <li>
                                                        <label class="mb-0"><?php echo e(translate('Currency:')); ?></label>
                                                        <span
                                                            class="text-truncate mw-100"><?php echo e(translate($product->currency)); ?></span>
                                                    </li>
                                                </ul>
                                            </div>
                                           <div class="col-md-4 col-lg-4">
                                                <div class="tab-brand-logo">
                                                    <?php if(isset($product->supplier->user)): ?>
                                                        <a href="<?php echo e(route('supplier.view', $product->supplier->user->username)); ?>"
                                                            title="<?php echo e($product->supplier->name); ?>">
                                                            <div class="image-wrapper">
                                                                <span
                                                                    class="ml-0"><?php echo e(translate($product->supplier->name)); ?></span>
                                                            </div>
                                                        </a>
                                                    <?php endif; ?>
                                                </div>
                                                <ul class="tab-brand-info flag-right">
                                                    <li>
                                                        <div class="buyer-listing-action w-auto">
                                                            <?php if(isset($product->supplier->user)): ?>
                                                                <a href="<?php echo e(route('region.change', $product->supplier->user->country->iso)); ?>"
                                                                    title="<?php echo e(translate($product->supplier->user->country->nicename)); ?>">
                                                                    <i class="fi fi-cn mx-auto d-block"></i>
                                                                </a>
                                                            <?php endif; ?>
                                                        </div>
                                                    </li>
                                                    <li>
                                                        <?php if(isset($product->supplier->user)): ?>
                                                            <a href="<?php echo e(route('subscription.buy', $product->supplier->user->package->slug)); ?>"
                                                                title="<?php echo e($product->supplier->user->package->image); ?>">
                                                                <span class="membership-tag-sm d-block">
                                                                    <img src="<?php echo e(asset('storage/images/admin/package/' . $product->supplier->user->package->image)); ?>"
                                                                        width="98" height="30"
                                                                        alt="<?php echo e(translate($product->supplier->user->package->imagej)); ?>"
                                                                        class="lazy">
                                                                </span>
                                                            </a>
                                                        <?php endif; ?>
                                                    </li>
                                                    <li>
                                                        <label class="mb-0"><?php echo e(translate('Business Type:')); ?></label>
                                                        <span
                                                            class="text-truncate mw-100 float-left w-100 float-left"><?php echo e(translate($product->supplier->type)); ?></span>
                                                    </li>
                                                    <li title="<?php echo e($product->supplier->main_products); ?>"
                                                        data-toggle="tooltip">
                                                        <label class="mb-0"><?php echo e(translate('Key Products:')); ?></label>
                                                        <span
                                                            class="text-truncate mw-100 w-100 float-left mb-2"><?php echo e(translate($product->supplier->main_products)); ?></span>
                                                    </li>
                                                </ul>
                                                <div class="action-grp">
                                                    <div class="buyer-listing-social mt-1">
                                                        <?php if(Auth::check()): ?>
                                                            <?php if(isset($product->supplier->user)): ?>
                                                                <a href="<?php echo e(route('company.contact', $product->supplier->user->username)); ?>"
                                                                    class="buyer-listing-btn"><?php echo e(translate('Contact Now')); ?></a>
                                                            <?php endif; ?>
                                                        <?php else: ?>
                                                            <a href="javascript:registerPopup('Join Free');"
                                                                title="<?php echo e(translate('Join Free')); ?>" data-toggle="modal"
                                                                data-target="#exampleModalCenter"
                                                                class="buyer-listing-btn"><?php echo e(translate('Contact Now')); ?></a>
                                                        <?php endif; ?>
                                                    </div>
                                                    <div class="buyer-listing-viewprice mt-1">
                                                        <?php if(Auth::check()): ?>
                                                            <a href="<?php echo e(route('product.inquery', $product->slug)); ?>"
                                                                class="buyer-listing-btn"><?php echo e(translate('View Price')); ?></a>
                                                        <?php else: ?>
                                                            <a href="javascript:registerPopup('Join Free');"
                                                                title="<?php echo e(translate('Join Free')); ?>" data-toggle="modal"
                                                                data-target="#exampleModalCenter"
                                                                class="buyer-listing-btn"><?php echo e(translate('View Price')); ?></a>
                                                        <?php endif; ?>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

                            </div>
                        </div>
                    </div>
                    <section class="inner-banner-leftnav company-join-banner mt-3">
                        <div class="mx-auto w-75">
                            <h4><?php echo e(translate('Haven’t found the right supplier yet? Let matching verified suppliers find you.')); ?>

                            </h4>
                            <a href="/rfq" class="btn btn-sm btn-danger"><?php echo e(translate('Get Quotation Now')); ?></a>
                        </div>
                    </section>
                </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/tradevaly/public_html/resources/views/frontend/pages/tage_product.blade.php ENDPATH**/ ?>