@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 }}

@foreach ($prods as $item) @endforeach
Nama Pegawai Tahun Ajaran Jumlah masuk Jumlah Tepat Waktu Jumlah Terlambat
{{ $item->nama }} {{ $item->bulan }} {{ $item->jumlah_masuk }} {{ $item->jumlah_tepat_waktu }} {{ $item->jumlah_terlambat }}
@endsection @section('script') @include('datatable') @endsection