@extends('frontend.front_master') @section('title') Blog Details Page @endsection @section('content')

{{ $blog->title }}

Created at {{ date('d-m-Y'),strtotime($blog->created_at) }}
...

{!! $blog->description !!}

{{--
...
Commenter Name
If you're going to lead a space frontier, it has to be government; it'll never be private enterprise. Because the space frontier is dangerous, and it's expensive, and it has unquantified risks.
...
Commenter Name
And under those conditions, you cannot establish a capital-market evaluation of that enterprise. You can't get investors.
...
Commenter Name
When you put money directly to a problem, it makes a good headline.
...
Commenter Name
When I look at the universe and all the ways the universe wants to kill us, I find it hard to reconcile that with statements of beneficence.
--}}
Search
Side Widget
You can put anything you want inside of these side widgets. They are easy to use, and feature the Bootstrap 5 card component!
@endsection