@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Kartu Kendali') @section('content')
No | Nama | Hadir | Keterangan | Actions |
---|---|---|---|---|
{{$loop->index + 1}} | {{$record->nama}} | {{$record->jumlah}}/40 | @if ($record->jumlah >= 40) Tuntas @else Tidak Tuntas @endif |
No | Nama | Hadir | Keterangan |
---|---|---|---|
{{$i}} | {{$record->nama}} | {{$record->jumlah}}/40 | @if ($record->jumlah >= 40) Tuntas @else Tidak Tuntas @endif |