| # |
Título |
Categoria |
Assunto |
Data |
Última atualização |
Acções |
@forelse ($app as $key => $n)
| {{ $key+1 }} |
{!! $n->news_title !!} |
{{ $n->category->name }} |
{!! $n->related->related_name !!} |
{{ $n->news_date }} |
{{ $n->updated_at }} |
}}) |
@can('editar noticias')
}}) |
@endcan
@can('apagar noticias')
}}) |
@endcan
@empty
| Não existe notícias em destaque |
@endforelse
| # |
Título |
Categoria |
Assunto |
Data |
Última atualização |
Acções |
@forelse ($news->where('news_destaq',1) as $key => $n)
| {{ $key+1 }} |
{!! $n->news_title !!} |
{{ $n->category->name }} |
{!! $n->related->related_name !!} |
{{ $n->news_date }} |
{{ $n->updated_at }} |
}}) |
@can('editar noticias')
}}) |
@endcan
@can('apagar noticias')
}}) |
@endcan
@empty
| Não existe notícias em destaque |
@endforelse
@can('inserir noticias')
@endcan
@can('inserir categoria')
@include('admin.includes.categorys')
@endcan