@extends('layout') @section('css') @stop @section('content') {{$xcat->categories}} {{$post->title}} {{date("j", strtotime($post->created_at))}} {{date("M", strtotime($post->created_at))}}, {{date("Y", strtotime($post->created_at))}} {!!$post->details!!} Share: @include('partials.share') @include('partials.sidebar') @stop
{!!$post->details!!}
Share: