@extends('layouts.app') @section('content') image); ?> @foreach ($image as $img) @endforeach ‹ › @foreach ($image as $index => $img) @endforeach 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) image); ?> {{ date('D',strtotime($dataKeg->created_at)) }}, {{ date('d M Y',strtotime($dataKeg->created_at)) }} {{ $dataKeg->judul }} @endforeach @endsection @section('js') @endsection