@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

@foreach($noticias as $noticia) @endforeach
ID Títol Data de publicació Accions
{{ $noticia->id }} {{ $noticia->title }} {{ App\Helpers\helpers::getdatedayhelper($noticia->datapublicacio) }} Editar
@endsection @section('js') @vite(['resources/js/enable.js']) }}"> @endsection