@extends('template_front.index') @section('url'){{url('pengumuman')}} @stop @section('title','Pengumuman Desa Nepo Kabupaten Barru') @section('description','Pengumuman Desa Nepo Kabupaten Barru') @section('image'){{asset('assets/img/pengumuman.png')}} @stop @section('content')
{!!view('front.right_page', compact('berita'))!!}
@endsection