{{----}} {{----}} {{----}} {{-- --}} {{-- --}} {{-- {{ $post->title }} | تیوان--}} {{-- @vite(['resources/css/app.css', 'resources/js/app.js'])--}} {{-- --}} {{-- --}} {{-- --}} {{----}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- لوگو موبایل--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- خانه--}} {{-- /--}} {{-- بلاگ--}} {{-- /--}} {{-- {{ $post->title }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- آخرین مقالات--}} {{--

--}} {{--
--}} {{-- @forelse($recentPosts as $recentPost)--}} {{-- --}} {{--
--}} {{-- {{ $recentPost->title }}--}} {{--
--}} {{--
--}} {{--

{{ $recentPost->title }}

--}} {{-- {{ $recentPost->created_at->format('Y/m/d') }}--}} {{--
--}} {{--
--}} {{-- @empty--}} {{--

مقاله‌ای یافت نشد.

--}} {{-- @endforelse--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--

--}} {{-- برچسب‌های محبوب--}} {{--

--}} {{--
--}} {{-- @forelse($popularTags as $tag)--}} {{-- --}} {{-- # {{ $tag->name }}--}} {{-- --}} {{-- @empty--}} {{--

برچسبی یافت نشد.

--}} {{-- @endforelse--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ $post->title }}--}} {{--

--}} {{--
--}} {{-- --}} {{-- --}} {{-- {{ $post->created_at->format('Y/m/d') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ $post->view_count }} بازدید--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ $post->title }}--}} {{--
--}} {{--
--}} {{-- {!! $post->body !!}--}} {{--
--}} {{--
--}} {{-- برچسب‌های این مقاله:--}} {{--
--}} {{-- @foreach($post->tags as $tag)--}} {{-- --}} {{-- # {{ $tag->name }}--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} @extends('layouts.site') @section('content') {{ $post->title }} | تیوان @vite(['resources/css/app.css', 'resources/js/app.js'])
خانه / بلاگ / {{ $post->title }}

آخرین مقالات

@forelse($recentPosts as $recentPost)
{{ $recentPost->title }}

{{ $recentPost->title }}

{{-- {{ $recentPost->created_at->format('Y/m/d') }}--}} {{ jdate($recentPost->created_at)->format('Y/m/d') }}
@empty

مقاله‌ای یافت نشد.

@endforelse

برچسب‌های محبوب

@forelse($popularTags as $tag) # {{ $tag->name }} @empty

برچسبی یافت نشد.

@endforelse

{{ $post->title }}

{{ jdate($post->created_at)->format('Y/m/d') }} {{ $post->view_count }} بازدید
{{ $post->title }}
{!! $post->body !!}
برچسب‌های این مقاله:
@foreach($post->tags as $tag) # {{ $tag->name }} @endforeach
@endsection