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

{{ $highlight->title }}

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