@extends('front.layouts.layout') @section('meta_title'){{ $blog->{'meta_title_' . App::getLocale()} }}@stop @section('meta_description'){{ $blog->{'meta_description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $blog->{'meta_kewords_' . App::getLocale()} }} @stop @section('meta') @endsection @section('content')
{{ $blog->{'label_' . App::getLocale()} }}
{{ date('Y-m-d', strtotime($blog->blog_date)) }}

{{ $blog->{'title_' . App::getLocale()} }}

{!! $blog->{'description_' . App::getLocale()} !!}

@endsection @section('modal') @endsection @section('script') @endsection