@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')
{{-- --}}
@foreach (json_decode($post->photo, true) as $photo) Image @endforeach
{{ __('โพสต์ล่าสุด') }}
@foreach ($posts as $recent)
@if ($recent->photo !== '[]') @endif
{{ Str::limit($recent->title, 55) }}
calendar_today{{ $date }} {{-- @if ($recent->category_id == 1)

{{ __('โปรโมชั่น') }}

@else

{{ __('บทความ') }}

@endif --}}
@endforeach
@if ($post->category_id == 1)

{{ __('โปรโมชั่น') }}

@else

{{ __('บทความ') }}

@endif

{{ $post->title }}

{{ $date2 }}


{!! $post->details !!}

{{ __('แนะนำข่าวสาร') }}