@extends('front.layouts.pages-layout') @section('pageTitle',isset($pageTitle) ? $pageTitle : "{{Str::ucfirst($post->post_title)}}") @section('meta_tags') @endsection @section('content')
blog_img1

Related Posts

{{--

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

--}}
@if (count($related_posts)>0)
@foreach ($related_posts as $item)
blog_small_img1
{{$item->post_title}}
{{--

Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this generator on the Internet.

--}}
@endforeach
@endif
@endsection @push('stylesheets') @endpush @push('scripts') @endpush