@extends('dashboard.layouts.main') @section('container')

Kegiatan

@if(session()->has('success')) @endif
Tambah data @foreach($posts as $post) @endforeach
{{ $posts->links() }}
# Judul Kategori Aksi
{{ $loop->iteration + ($posts->currentPage() - 1) * $posts->perPage() }} {{ $post->title }} {{ $post->category->name }}
@method('delete') @csrf
@endsection