@extends($activeTemplate.'layouts.frontend') @section('content') @foreach( $featureStore as $item) {{__($item->name)}} @endforeach @if ($featureStore->hasPages()) {{ paginateLinks($featureStore) }} @endif
@lang('Copy and paste this code at')