@extends('layouts.app') @section('content') @include('frontend.header')

{{ $blog->title }}

{{ $blog->subtitle1 }}

{{ $blog->description1 }}

blog-01

{{ $blog->subtitle2 }}

{{ $blog->description2 }}

Popular Posts

@include('frontend.footer') @endsection