@section('title', $post->meta_title) @section('description', $post->meta_description) @section('og_title', $post->og_title) @section('og_description', $post->og_description) @section('og_url', $post->og_url ? $post->og_url : url('blog/'.$post->slug)) @section('og_type', $post->og_type) @section('og_locale', $post->og_locale) @section('og_image', $post->og_image ? asset($post->og_image) : '') {{ __('Blog') }} - {{ $post->title }}
@if ($post->featured_image_url) @endif {{ $post->title }} {{ $post->created_at->format(config('streamline.blog.date_format')) }} - by {{ $post->user->name }} @if ($post->categories->count() > 0) in @foreach ($post->categories as $category) {{ $category->name }} @endforeach @endif {!! $post->content !!} @section('title', $post->meta_title) @section('description', $post->meta_description) @section('og_title', $post->og_title) @section('og_description', $post->og_description) @section('og_url', $post->og_url ? $post->og_url : url('blog/'.$post->slug)) @section('og_type', $post->og_type) @section('og_locale', $post->og_locale) @section('og_image', $post->og_image ? asset('storage/' . $post->og_image) : '') @section('og_image_secure_url', $post->og_image ? asset('storage/' . $post->og_image) : '')
@if ($post->featured_image_url) @endif {{ $post->title }} {{ $post->created_at->format(config('streamline.blog.date_format')) }} - by {{ $post->user->name }} @if ($post->categories->count() > 0) in @foreach ($post->categories as $category) {{ $category->name }} @endforeach @endif {!! $post->content !!}