@extends('layouts.index') @section('title') Daftar Ref Kepegawaian @endsection @section('css') @endsection @section('content')

Daftar Ref Status Kepegawaian

Daftar Status Kepegawaian

@php $increment = 1; @endphp @foreach($ref_kategori_produk as $data) @endforeach
No Foto Nama Kategori Produk Status Aksi
{{ $increment++ }} Foto Kategori {{ $data->nama_kategori_produk }} @if($data->status == 'aktif') Aktif @else Nonaktif @endif
Tambah Kategori Produk

@csrf
{{--
--}}
Edit Kategori Produk

@csrf @method('PUT')
{{--
--}}
@endsection @section('js') @endsection