addLoop($__currentLoopData); foreach($__currentLoopData as $store): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
startComponent('mattine.components.store', [
'name' => $store->name,
'address' => $store->getOptions('options', 'address'),
'tel' => $store->getOptions('options', 'tel'),
'url' => route('stores.single',[app()->getLocale(),$store]),
]); ?> renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
make('mattine.inc.footer', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
yieldContent('javascript'); ?>