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

{{ $prods->nama_kegiatan }}

Kembali @can('kegiatan_induksi_update') Print @endcan
@if($presensi==1)
Presensi Peserta
@foreach ($peserta as $item) @endforeach
Nama Pegawai Status Presensi
{{ $item->pegawai->nama_depan }} kehadiran=='hadir') checked @endif>
@endif
@endsection @section('script') @endsection