Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
inc
/
sections
/
✏️
Editing: shipping.php
<?php $data = luxia_el()->merge_options([ 'Repeators' => [], ], $data); ?> <!-- shipping-area --> <section class="services-three pt-100 pb-70"> <div class="container"> <div class="row"> <?php $i = 0; ?> <?php foreach ((array) $data['Repeators'] as $price_var): ?> <div class="col-lg-4 col-md-6"> <div class="s-single-services text-center"> <div class="services-icon"> <i class="<?php echo esc_html ( $price_var['icon'])?>"></i> </div> <div class="second-services-content"> <h5><?php echo html_entity_decode ( $price_var ['text'])?></h5> <?php echo html_entity_decode ($price_var ['content'])?> </div> </div> </div> <?php $i; endforeach; ?> </div> </div> </section> <!-- shipping-area-end -->
💾 Save
❌ Cancel