@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('data_kehadiran_import') Import @endcan
@foreach ($prods as $item) @endforeach
No Bulan Tahun Jumlah masuk Jumlah Tepat Waktu Jumlah Terlambat Action
{{ $item->no }} {{ $item->bulan }} {{ $item->tahun }} {{ $item->jumlah_masuk }} {{ $item->jumlah_tepat_waktu }} {{ $item->jumlah_terlambat }}
@if (!empty($item->bulan)) @endif
@endsection @section('script') @include('datatable') @endsection