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