@extends('dashboard.layouts.base') @section('content')

قصص النجاح

إضافة قصة
@forelse ($stories as $index => $story) @empty @endforelse
# العنوان التفاصيل الصورة العمليات حالة النشر
{{ $stories->firstItem() + $index }} {{ $story->title }} @if (strlen($story->description) > 100) {{ Str::limit($story->description, 100) }} ...اقرأ المزيد @else {{ $story->description }} @endif story.jpg تعديل
@csrf @method('DELETE')
{{ $story->published_status == 1 ? 'تعطيل' : 'تفعيل' }}
لا توجد قصص نجاح حالياً
{{-- ✅ الباجيناشن داخل الكارد --}}
{{ $stories->links() }}
@endsection