@extends('frontend.layouts.app') @section('content')

{{ $blog->getTranslation('title') }}

{{ date('d-m-Y', strtotime($blog->updated_at)) }}
@if ($blog->banner != null) china-international-small-and-medium-enterprises-fair-2018-takhlees-blog-bg @else china-international-small-and-medium-enterprises-fair-2018-takhlees-blog-bg @endif

{!! $blog->getTranslation('short_description') !!}

{!! $blog->getTranslation('description') !!}

@endsection