Repository URL to install this package:
|
Version:
3.4.1 ▾
|
- $elements = Evsmash\Articles\ArticlesType::orderBy('name', 'asc')->get()
- Trans::get($elements, 'articles_types')
%ul.list-unstyled
- foreach($elements as $row):
%li != Dec::a(Route::map('evsmash/articles/articles/type').'/'.$row->id.'/'.Str::slug($row->name), $row->name)
- endforeach