@extends('frontend.layout.master') @section('title', $pageTitle) @section('content')

{{$blogd->title}}

{{ $blogd->created_at->format('jS F Y') }}

{{$blogd->title}}


{!! $blogd->content !!}

@endsection