@if($post->postcats)
@foreach($post->postcats as $cat)
{{$cat->title}}
@endforeach
@endif
@extends('layouts.blog') @section('page_title') @parent @if($post->metatitle) {{$post->metatitle}} @else {{$post->title}} @endif @endsection @section('head-js') @stop @section('meta') @stop @section('main')