@extends('site.inner') @section('title') {!! $announcement->name !!} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {!! $announcement->name !!} @endsection --}} @section('page_content')

{{ $announcement->name }}

{!! date('d F, Y', strtotime($announcement->created_at)) !!}
{!! $announcement->content !!}
@include('site.includes/sidebar')
@stop