@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| 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]}} |
|