All storefronts created on "{{$community->title}}"
@if(count($pages) > 0) @foreach($pages as $page) {!! Theme::section('page.listing.display', ['page' => $page,'showActBtn'=>'showActBtn']) !!} @endforeach {!! $pages->appends(request()->except('page'))->render() !!} @else
{{trans('business.no-business-found')}}
@endif