@extends('layouts.app') @section('content')

Pengumuman

@foreach($data as $row)

{!! $row->judul !!}

Tanggal: {{date_format(date_create($row->tanggal),"d F Y")}} - Penulis: {{$row->nama}} - Dilihat: {{$row->view}} kali

{!! $row->isi !!} {{$row->judul}} @endforeach

@endsection