@extends('layouts.appNew') @section('title',@$title) @section('content') image); ?> @foreach ($image as $img) @endforeach ‹ › @foreach ($image as $index => $img) @endforeach {{-- --}} {{ $kegiatan->kategori }} calendar_today {{ date('D',strtotime($kegiatan->created_at)) }}, {{ date('d M Y',strtotime($kegiatan->created_at)) }} {{ $kegiatan->judul }} {!!$kegiatan->body !!} @foreach($lainnya as $dataKeg) image); ?> {{ $dataKeg->kategori }} calendar_today {{ date('D',strtotime($dataKeg->created_at)) }}, {{ date('d M Y',strtotime($dataKeg->created_at)) }} {{ $dataKeg->judul }} Lihat Selengkapnya arrow_forward @endforeach @endsection @section('js') @endsection