@extends('layouts.layout') @section('content')

@lang('main.blog_details')

image

{{$blog->title}}

{!! $blog->description !!}

@stop