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

{{ $news->title }}

{!! label('lbl_posted').': '.date('d F, Y', strtotime($news->created_at)) !!}
{{$news->title}}
{!! $news->content !!}
@stop