@extends(Theme::getThemeNamespace('partials.shortcodes.featured-posts.layout')) @section('content')
@foreach($posts as $post)
@endforeach
@stop