Repository URL to install this package:
|
Version:
3.4.1 ▾
|
- $elements = Evsmash\Articles\Article::published()->where('type_id', $settings->ID)->take($settings->limit)->orderBy('created_at', 'desc')->with('type')->with('categories')->get()
- Trans::get($elements, 'articles')
.row
- foreach($elements as $row):
- View::widget('evsmash/articles/_section', ['row' => $row, 'inherit' => $settings])
- endforeach