@extends('layouts.mainlayout') @section('title','Product Categories') @section('tombol+')
@endsection @section('header+') @endsection @section('content')
Product Categories
@foreach ($table_category as $Barang) @endforeach
NO CATEGORY AKSI
{{$loop->iteration }} {{$Barang->CATEGORY}}
@endsection @section('Script') @endsection