@extends('front.layouts.master') @section('content') مجد وبلاگ {{ $post->name }} مجد وبلاگ {{ $post->name }} {{ $post->name }} {{ $post->user->nf }} {{ jdate($post->created_at)->format('Y-m-d') }} اشتراک گذاری کپی کردن لینک {!! $post->content !!} {!! $post->fullcontent !!} مطالب مرتبط @foreach ($posts as $item) {{ $item->name }} {{ jdate($post->updated_at)->format('Y/m/d') }} @endforeach مشاهده همه ( 20 ) مطالب محبوب @foreach ($posts as $item) {{ $item->name }} {{ jdate($item->updated_at)->format('Y/m/d') }} @endforeach دستهبندی ها @foreach ($catblog as $item) {{ $item->name }} 20 @endforeach @endsection @section('js-page') @endsection
{{ $post->name }}
{{ $post->user->nf }}
{!! $post->content !!}
{!! $post->fullcontent !!}
مطالب مرتبط
{{ $item->name }}
{{ jdate($post->updated_at)->format('Y/m/d') }}
مطالب محبوب
{{ jdate($item->updated_at)->format('Y/m/d') }}
دستهبندی ها