@extends('frontend.layout.app') @section('content')

Blog Details

Blog Image

{{ $blog->title }}

{!! $blog->content !!}

@endsection