@extends('layouts.app') @section('title', ($post->meta_title ?: $post->title) . ' - HimRishtey') @section('description', $post->meta_description ?: \Illuminate\Support\Str::limit(strip_tags($post->excerpt ?: $post->content), 155)) @section('styles') @endsection @section('content')
All articles {{ $siteName }} Journal

{{ $post->title }}

@if ($post->featured_image)
{{ $post->title }}
@endif @if ($post->excerpt)

{{ strip_tags($post->excerpt) }}

@endif
{!! $post->content !!}
@if ($relatedPosts->isNotEmpty()) @endif
@endsection