@extends('layouts.app') @section('title', 'Kategori Material') @section('content')

Kategori Material

Kelola kategori barang (Material Bangunan, Alat Kerja, dll)

Tambah Kategori
@forelse($categories as $i => $c) @empty @endforelse
No.Nama KategoriJumlah MaterialAksi
{{ $i+1 }} {{ $c->name }} {{ $c->items_count }} item
@csrf @method('DELETE')
Belum ada kategori.
@endsection @section('page-script')@endsection