@extends('front.layouts.master') @section('seo_title', $post->seo_title) @section('seo_meta_description', $post->seo_meta_description) @section('content')
{{ date('d',strtotime($post->created_at)) }} {{ date('M',strtotime($post->created_at)) }}

{!! $post->description !!}

@if(count($post_tags) != 0)

{{ __('Tags') }} @for($i=0;$i{{ $post_tags[$i] }} @endfor

@endif
@endsection