@extends('frontend.layout.layout') @section('title', 'Blog Details') @section('content')

OUR BLOG

{{ $blogdetail->category }}

Blog Image
{{ $blogdetail->title }}

{{ $blogdetail->name }}

{!! $blogdetail->short_desc !!}


{!! $blogdetail->description !!}

@endsection