@extends('layouts.app') @section('title',@$title) @section('content')

Kegiatan Sekolah Adiwiyata

@foreach($kegiatan as $dataKeg) image); ?>
Kegiatan {{ $dataKeg->kategori }} {{ date('D',strtotime($dataKeg->created_at)) }}, {{ date('d M Y',strtotime($dataKeg->created_at)) }}

{{ $dataKeg->judul }}

@endforeach
{!! $kegiatan->links() !!}
@endsection