@extends('layouts.master') @section('title', 'Master Kategori Barang') @section('css') @endsection @section('content')
Kategori Barang
@foreach ($itemCategories as $itemCategory) @endforeach
No Kode Kategori Barang Kategori Barang Action
{{ $loop->iteration }} {{ $itemCategory->item_category_code }} {{ $itemCategory->item_category_name }}
@csrf @method('POST')
No Kode Kategori Barang Kategori Barang Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection