@extends('front.layouts.master') @section('seo_title', $post->seo_title) @section('seo_meta_description', $post->seo_meta_description) @section('content') {{ $post->title }} {{ __('Home') }} {{ $global_other_page_items->page_blog_title }} {{ $post->title }} {{ $post->created_at->format('d') }} {{ $post->created_at->format('M') }} {{ __('Admin') }} {!! clean($post->description) !!} @if(count($post_tags) != 0) {{ __('Tags') }} @for($i=0;$i{{ $post_tags[$i] }} @endfor @endif {{ __('Latest Posts') }} @foreach($latest_posts as $item) {{ __('Admin') }} {{ $item->title }} @endforeach {{ __('Categories') }} @foreach($post_categories as $item) {{ $item->name }} @endforeach @if(count($tags) != 0) {{ __('Tags') }} @for($i=0;$i{{ $tags[$i] }} @endfor @endif @endsection
{!! clean($post->description) !!}
{{ __('Tags') }} @for($i=0;$i{{ $post_tags[$i] }} @endfor