@extends('layouts.site') @section('title') {{$postData->title}} @endsection @section('content')
{!! Date::parse($postData->created_at)->format('j F Y') !!}
{!!$postData->views!!}
{{ Lang::get('castle.previous') }}
{{ Lang::get('castle.next') }}