@extends('master.front') @section('title') {{ __('Blog Details') }} @endsection @php if ($post->meta_keywords) { $keyword = str_replace(['value', '{', '}', '[', ']', ':', "\""], '', $post->meta_keywords); } else { $keyword = $post->title; } @endphp @section('meta') @php $photos = json_decode($post->photo, true); @endphp @if (!empty($photos)) @endif @endsection @section('content')
{{ __('โปรโมชั่น') }}
@else{{ __('บทความ') }}
@endif{{ $date2 }}