@extends('adminlte::page') @section('title', 'Llista de notícies') @section('content_header') Llista de notícies @endsection @section('breadcrumb')
@endsection @section('content') Afegir una nova notícia| ID | Títol | Data de publicació | Accions | @foreach($noticias as $noticia)
|---|---|---|---|
| {{ $noticia->id }} | {{ $noticia->title }} | {{ App\Helpers\helpers::getdatedayhelper($noticia->datapublicacio) }} | Editar @if ($noticia->active == 1) @else @endif |