@endif
{{ $post->published_at?$post->published_at->format('d M Y'):'' }}
{{ $post->title }}
{{ Str::limit($post->excerpt??strip_tags($post->content),120) }}
Read More@extends('layouts.app') @section('title','Blog - X Hosting BD') @section('content')
Web hosting tips, tutorials and technology news for Bangladeshi businesses
{{ Str::limit($post->excerpt??strip_tags($post->content),120) }}
Read MoreNo blog posts yet.
@endforelse