@extends('frontend.layouts.master') @section('title','blog-page') @section('header')

Blog Details

A Blog Theme by Start Bootstrap
@endsection('header') @section('content')

{{$blog->title}}

{{$blog->short_description}}

...

@endsection('content')