{!! Theme::section('theme/templates.menu',['page'=>'all']) !!}

@if($themes)
    @foreach($themes as $theme)
  • @endforeach
{!! $themes->appends(request()->except('page'))->render() !!} @else

No themes found

@endif