@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Agenda Kegiatan

@php $i = 1; @endphp @foreach($agenda as $row) @php $i++; @endphp @endforeach
No. Nama Agenda Tanggal Mulai Tanggal Selesai Kategori Aksi
{{$i}} {{$row->judul}} {{date('d-m-Y', strtotime($row->tanggal_mulai))}} {{date('d-m-Y', strtotime($row->tanggal_selesai))}} {{$kategori[$row->kategori]}}