@extends("main") @setmenu($type) @section('metaTags') @pageTitle(seoTitle($datum->meta,$datum->{'name_'._clang()})) @pageDescription(seoDescription($datum->meta,$datum->{'content_'._clang()})) @pageImage($datum->getPhoto()) @endsection @section("content") @include("front.blog._.breadcrumb_detail")
{{ $datum->name }}
{!! $datum->content !!}
@include("front.blog._.other") @endsection