@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

List {{ $title }}

@can('kehadiran_kegiatan_create') Create @endcan
@foreach ($prods as $item) @endforeach
Nama Kegiatan Tanggal Waktu Mulai PIC Jumlah Peserta Presensi Link Dokumentasi Action
Otomatis Manual
{{ $item->nama_kegiatan }} {{ $item->tanggal }} {{ $item->waktu_mulai }} {{ $item->pic }} {{ $item->peserta_otomatis }} {{ $item->peserta_manual }} Lihat
{{-- @can('kehadiran_kegiatan_update') @endcan --}} @can('kehadiran_kegiatan_delete') {{--
@csrf @method('DELETE')
--}} @endcan
@endsection @section('script') @endsection