@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
{{--
@php $tahun_akhir = date('Y',strtotime("+1 year")); @endphp
--}}

List {{ $title }}

@can('data_kehadiran_import') Import @endcan
@foreach ($prods as $item) @endforeach
Nama Pegawai Bulan Jumlah masuk Jumlah Tepat Waktu Jumlah Terlambat Action
{{ $item->nama }} {{ $item->bulan }} {{ $item->jumlah_masuk }} {{ $item->jumlah_tepat_waktu }} {{ $item->jumlah_terlambat }}
@if (!empty($bulan)) @endif
@endsection @section('script') @include('datatable') @endsection