@extends('template_front.index') @if($pengumuman!=null) @section('url'){{url("pengumuman/".$pengumuman->judul_pengumuman)}} @stop @section('title'){{$pengumuman->judul_pengumuman}} @stop @section('description'){{$pengumuman->judul_pengumuman}} @stop @section('image'){{asset('assets/img/nepo.jpg')}} @stop @endif @section('content') @if($pengumuman!=null)

{{$pengumuman->judul_pengumuman}}

  • {{date('d-m-Y',strtotime($pengumuman->created_at))}}
  • {{$pengumuman->post_by}}

{!!$pengumuman->isi_pengumuman!!}

@endif @endsection