{{--@extends('layouts.admin')--}} {{--@section('page-title', 'مدیریت مقالات بلاگ')--}} {{--@section('content')--}} {{--
--}} {{--
--}} {{--

--}} {{-- --}} {{-- مدیریت مقالات (بلاگ)--}} {{--

--}} {{-- --}} {{-- افزودن مقاله جدید--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @forelse($posts as $post)--}} {{--
--}} {{--
--}} {{-- تصویر--}} {{--
--}} {{--

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

--}} {{--
--}} {{--
بازدید: {{ $post->view_count }}
--}} {{--
تاریخ: {{ $post->created_at->format('Y/m/d') }}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if($post->is_published)--}} {{-- منتشر شده--}} {{-- @else--}} {{-- پیش‌نویس--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @csrf--}} {{-- @method('DELETE')--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @empty--}} {{--
--}} {{-- --}} {{-- هنوز هیچ مقاله‌ای ثبت نشده است.--}} {{--
--}} {{-- @endforelse--}} {{--
--}} {{--
--}} {{-- {{ $posts->links() }}--}} {{--
--}} {{--
--}} {{--@endsection--}} @extends('layouts.admin') @section('page-title', 'مدیریت مقالات بلاگ') @section('content')

مدیریت مقالات (بلاگ)

افزودن مقاله جدید
@forelse($posts as $post)
تصویر

{{ $post->title }}

بازدید: {{ $post->view_count }}
تاریخ: {{ $post->created_at->format('Y/m/d') }}
@if($post->is_published) منتشر شده @else پیش‌نویس @endif
@empty
هنوز هیچ مقاله‌ای ثبت نشده است.
@endforelse
{{ $posts->links() }}
@endsection