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

{!! clean($post->description) !!}

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

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

@endif
@endsection