Profile




@foreach ($jadwal as $a) {{-- --}} @foreach ($a->target_capaian as $b) @endforeach @endforeach {{-- @foreach($jadwalKegiatan as $jadwal) @endforeach --}}
No Kegiatan Lokasi Pengawas Notes Tanggal Waktu Target Status
{{$loop->iteration}} {{$a->kegiatan}} {{$a->location}} {{$a->petugas->nama_petugas}} {{ $a->notes == null ? '-' : $a->notes }}{{ date($a->all_day == 1 ? 'd F Y' : 'd F Y h:i:s', strtotime($a->start)) }} {{ date($a->all_day == 1 ? 'd F Y' : 'd F Y h:i:s', strtotime($a->ends)) }} {{$a->target == "0" ? "Belum Tercapai" : "Sudah Tercapai"}}
{{$b->tanggal}} {{date('h:i A', strtotime($b->waktu_awal))}} - {{date('h:i A', strtotime($b->waktu_akhir))}} {{$b->capaian == "0" ? "Belum Tercapai" : "Sudah Tercapai"}}
{{ $loop->iteration }} {{ $jadwal->jenisKegiatan->nama_jenis_kegiatan }} {{ $jadwal->kegiatan }} {{ $jadwal->waktu }} {{ $jadwal->hari }} {{ $jadwal->pengawas->nama_petugas }} {{date('d F Y : h i s', strtotime($jadwal->created_at))}} Edit
@csrf @method('DELETE')
Target Tercapai : {{$target_tercapai}} Kegiatan
Target Belum Tercapai : {{$target_belum_tercapai}} Kegiatan