PATH:
home
/
lab2454c
/
costbloc.com
/
storage
/
framework
/
views
<?php $iconBoxes = $component->iconbox ?? []; $totalBoxes = is_array($iconBoxes) ? count($iconBoxes) : 0; ?> <div class="hidden lg:grid <?php echo e($component->sidebox_show == 1 ? 'grid-cols-3' : ''); ?> gap-5 mx-4 lg:mx-4 xl:mx-32 2xl:mx-64 3xl:mx-92 md:my-12 my-10 h-33" style="margin-top:<?php echo e($component->mt); ?>;margin-bottom:<?php echo e($component->mb); ?>;"> <div class="col-span-2 border border-dashed border-gray-400" style="border-radius: <?php echo e($component->rounded == 1 ? '6px' : '0'); ?>;"> <div class="grid grid-cols-<?php echo e($totalBoxes); ?>"> <?php $__currentLoopData = $iconBoxes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $box): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $box = miniCollection($box); ?> <div> <div class="my-6 px-6 border-r lead"> <div class="flex"> <?php if($box->image): ?> <div> <img src="<?php echo e(pathToUrl($box->image)); ?>" class="iconbox-image-icons neg-transition-scale" alt="<?php echo e($box->title); ?>"> </div> <?php endif; ?> <p class="text-base font-bold pl-3 text-gray-12 dm-bold"><?php echo $box->title; ?> </p> </div> <p class="roboto-regular text-13 mt-3.5 text-gray-10"><?php echo $box->subtitle; ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php if($component->sidebox_show == 1): ?> <?php $sidebox = is_array($component->sidebox) ? miniCollection($component->sidebox) : miniCollection([]); ?> <div class="col-span-1 flex justify-between items-center bg-gray-12 <?php echo e($component->rounded == 1 ? 'rounded-md' : ''); ?> p-15p"> <div class="w-2/3 ml-5p"> <p class="text-2xl primary-text-color font-bold dm-bold"><?php echo $sidebox->title; ?></p> <p class="text-white text-sm mt-1 leading-normal roboto-medium <?php echo e(languageDirection() == 'ltr' ? 'pr-8' : 'pl-8'); ?>"><?php echo $sidebox->description; ?></p> </div> <?php if($sidebox->sidetext || $sidebox->image): ?> <div class="w-1/3 px-1 h-full border primary-text-color flex justify-center items-center text-base font-medium border-dashed border-white rounded"> <?php if($sidebox->image): ?> <img src="<?php echo e(pathToUrl($sidebox->image)); ?>" alt="<?php echo e($sidebox->title); ?>"> <?php else: ?> <p class="text-center dm-bold capitalize"><?php echo $sidebox->sidetext; ?></p> <?php endif; ?> </div> <?php endif; ?> </div> <?php unset($sidebox); ?> <?php endif; ?> </div> <?php unset($box); unset($component); unset($iconBoxes); ?> <?php /**PATH F:\wampp\www\martvill-installer\Modules/CMS\Resources/views/templates/blocks/iconbox-grid-template-v1.blade.php ENDPATH**/ ?>
[-] 3a9139d89876b0d0df068baea67c1ca8e31c3197.php
[edit]
[-] f1c82d6ab14348aeb477bbef592c7a4a8577fa9d.php
[edit]
[-] 54d81ada708fa0353911f2a5ad319be1661d574e.php
[edit]
[-] 5aee7d41d9414fc5bba4bb88cd2605c0bc4644a5.php
[edit]
[-] 0c2dcc91dfe133b4a31d18b8233d6fed424bd2a4.php
[edit]
[-] 89cf6a5c061308ca18271954389f9b64ab193eb8.php
[edit]
[+]
..
[-] 1a7e13ede5a7151e1f0c966d689780bca7f8afe9.php
[edit]
[-] ccb24137e4aedccedd0be8d0564cb6e6dacc500b.php
[edit]
[-] 29de52ddade7f30f9907c5c8aae6c8e17c6361b1.php
[edit]
[-] 50e0ccf02723e465f7a756db226ef4b416c8b7bb.php
[edit]
[-] 70289b21068552ee8799ccf24244730efeb5784c.php
[edit]
[-] 6dc40398584e9fd4b865b67cb480bb5585d18d9b.php
[edit]
[-] .gitignore
[edit]
[-] c8f770bf35fc18074ee4a0b0f95e10d16bad964f.php
[edit]
[-] 5c7031a55198c5a75e17628e62d02688be17cd18.php
[edit]
[-] 604103ef46d24b0dd9e1c4daa9d699c21d65707a.php
[edit]
[-] c039a9cc6ab560ff6bd61bb09f85107af69b792e.php
[edit]
[-] d391d1cb1346cdeffbb279277bee24981ba25d14.php
[edit]
[-] c828f98d53c1a8315e48fac39eeddf9fbeef6195.php
[edit]
[-] 6f163aaec17e18fa0f75a6853861e6f1b42bdf3a.php
[edit]
[-] ead76a0189903002c0fccf7b092133a4dd4c89b9.php
[edit]
[-] da369f1bdfe0061e9fcaa663cb778c5e51926087.php
[edit]
[-] 501968b6ab6e496dc2151cf612f8d12369cbc06b.php
[edit]
[-] a845b5a70c0cc5ec9e661ed3398293e36ce841d6.php
[edit]
[-] 854f0e0873131e079461221077839811183138a0.php
[edit]
[-] e2737e571683e70005b29756ecec6a1abf749d96.php
[edit]
[-] 2dfa048e7b1f04cdccfb99b57270039d0f7e1248.php
[edit]
[-] 93e3968cd10999547c2b80780e8247e13d13b68a.php
[edit]
[-] 7f349b7940e00ab4643279cc51602dc0796154d6.php
[edit]
[-] f9c46dff5d53bd4872125bc3774f84503a207128.php
[edit]