@extends('layouts.siteLayouts') @section('head') @stop @section('content')

{{$post->fa_name}}

@if($post->important != null)
{!! $post->important !!}
@endif {!! $post->description !!} @if(count($post->keyword)) @endif
@include('site.suggested') @endsection @section('footer') @stop