@extends('layouts.app') @section('content') Kegiatan {{ $kegiatan->kategori }} {{ date('D',strtotime($kegiatan->created_at)) }}, {{ date('d M Y',strtotime($kegiatan->created_at)) }} {{ $kegiatan->judul }} Bagikan: {!!$kegiatan->body !!} @foreach($lainnya as $dataKeg) {{ date('D',strtotime($dataKeg->created_at)) }}, {{ date('d M Y',strtotime($dataKeg->created_at)) }} {{ $dataKeg->judul }} @endforeach @endsection @section('js') @endsection