/home/techb158/immovalet.com/platform/plugins/blog/resources/views/themes
NameSizeModeActions
templates/-0755rm
category.blade.php11040644editdlrm
loop.blade.php4580644editdlrm
post.blade.php14030644editdlrm
tag.blade.php13050644editdlrm
Edit: /home/techb158/immovalet.com/platform/plugins/blog/resources/views/themes/post.blade.php (1403B)

{{ $post->name }}

{!! Theme::breadcrumb()->render() !!}

{{ $post->name }}

@if (!$post->categories->isEmpty()) {{ $post->categories->first()->name }} @endif {{ $post->created_at->format('M d, Y') }} @if (!$post->tags->isEmpty()) @foreach ($post->tags as $tag) {{ $tag->name }} @endforeach @endif
{!! clean($post->content, 'youtube') !!}
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null) !!} @php $relatedPosts = get_related_posts($post->id, 2); @endphp @if ($relatedPosts->count()) @endif