@extends('include.master') @section('contant')
Blog Title {{$blog->blog_title}}
Blog Url {{ $blog->url }}
Blog Category {{$blog->categroy}}
Blog Image
Blog Date {{$blog->blogupdate}}
Blog Description {!! $blog->blog_des !!}
@endsection @stack('footer_script')