@extends('layouts_frontend.master') @section('title','Blog Detail') @section('extra-css') @endsection @section('content')

{{$blog->title}}

post img

{{$blog->sub_title}}

{!! $blog->description !!}

@endsection @section('extra-script') @endsection