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

{!! $howdoi->title !!}

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