@extends('layout') @section('css') @stop @section('content')
{{$xcat->categories}}

{{$post->title}}

{!!$post->details!!}

@include('partials.share')
@include('partials.sidebar')
@stop