@extends('admin.layouts.app')
@section('header')
Data Kriteria
Good morning, {{ Auth::user()->name }}
@endsection
@section('content')
Data Kriteria
View the existing Kriteria
No |
ID Kriteria |
Deskripsi Kriteria |
Aksi |
@forelse ($kriterias as $i => $k)
{{ $i + 1 }} |
{{ $k->id }} |
{{ $k->nama }} |
|
@empty
No criteria found. |
@endforelse
@endsection
@push('scripts')
@endpush