{{date('d M, Y' , strtotime($blog->created_at))}}
{{$blog->title}}
{{stripText($blog->description, 50)}}
@extends('web.layouts.container') @section('header')
{{stripText($blogPage->description)}}
--}}