@extends('frontend.blog-layouts.main') @section('head') @endsection @section('meta_title', $blog->meta_title) @section('meta_description', $blog->meta_description) @section('meta_keyword', $blog->meta_keyword ?? '') @section('content')

{{$blog->title}}

{{date('M d, Y', strtotime($blog->postdate))}} . {{$blog->reading_time}} min read
blog-detail-banner
profile-img

{{$blog->blog_author_name}}

{{date('M d, Y', strtotime($blog->postdate))}} ยท {{$blog->reading_time}} min read

{!! $blog->description !!}

About The Author

founder

Written By

{{$blog->blog_author_name}}

{{$blog->blog_author_designation}}

@php $fullDescription = strip_tags($blog->blog_author_description); $truncatedDescription = Illuminate\Support\Str::limit($fullDescription, 210, '...'); @endphp

{!! $truncatedDescription !!}

@if ($truncatedDescription !== $fullDescription) [Read More] @endif
@endsection