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