{{--@php dd($tracks) @endphp--}} @extends('site.layouts.app') @section('style') @endsection @section('content')
@if($post->layout == 'style_3') @include('site.pages.article.partials.detail_image') @endif
@if($post->layout =='default') @include('site.pages.article.style_1') @elseif($post->layout == 'style_2') @include('site.pages.article.style_2') @elseif($post->layout == 'style_3') @include('site.pages.article.style_3') @endif
@if($post->tags!=null)

{{ __('tags') }}

@if(!blank($tags = explode(',', $post->tags))) @foreach($tags as $tag) {{ $tag }} @endforeach @endif
@endif @if(settingHelper('inbuild_comment') == 1)

{{ __('comment') }} / {{ __('reply_from') }}

@csrf
@if(Cartalyst\Sentinel\Laravel\Facades\Sentinel::check()) @else {{ __('comment') }} @endif
@if(!blank($comments = data_get($post, 'comments')))

{{ __('comments') }}

@include('site.post.comment', ["comments" => $comments])
@endif @endif @if(settingHelper('facebook_comment')==1)
@endif @if(settingHelper('disqus_comment')==1)
@endif @if(!blank($relatedPost))

{{ __('related_post') }}

@foreach($relatedPost as $item)
@if(isFileExist(@$item->image, $result = @$item->image->medium_image)) title !!}> @else title !!}> @endif
@if($item->post_type=="video")
video-icon
@elseif($item->post_type=="audio")
audio-icon
@endif

{!! $item->title ?? '' !!}

{{--

{!! \Illuminate\Support\Str::limit($item->content ?? '', 40) !!}

--}}
@endforeach
@endif
@include('site.partials.right_sidebar_widgets')
@endsection @section('player') @endsection @section('script') @endsection