@extends('template_front.index') @section('url'){{url('pengumuman')}} @stop @section('title','Pengumuman Desa Manuba Kabupaten Barru') @section('description','Pengumuman Desa Manuba Kabupaten Barru') @section('image'){{asset('assets/img/pengumuman.png')}} @stop @section('content')
@foreach($pengumuman as $val)

{{$val->judul_pengumuman}}

{!!$val->isi_pengumuman!!}
@endforeach
@endsection