@extends('template.main') @section('content')
@php $count = 0; @endphp @foreach ($kegiatan as $keg) @if ($count % 1000 == 0 && $count != 0)
@endif

{{ $keg->judul_kegiatan }}

@php $count++; @endphp @endforeach
@endsection