{!! seo($post ?? null) !!}
{{-- big news block --}}

{{ $post->sub_title }} : {{ $post->title }}

{{ $post->user->name }}

{{Carbon\Carbon::parse($post->created_at)->toFormattedDayDateString()}}

    {{-- facebook --}}
  • {{-- Whatsapp --}}
  • {{-- twitter - x --}}
{!! tiptap_converter()->asHTML($post->content) !!}
{{-- ads block side bar side--}}

विज्ञापन

@include('components.block-title', ['title' => 'जरूरी खबरें']) @foreach ($latestPosts as $post) @include('components.small-post-block', compact('post')) @endforeach