@extends('layouts.master') @section('title', 'Master Barang') @section('css') @endsection @section('content')
Barang
Tambah Baru
@foreach ($items as $item) @endforeach
No Kode Barang Nama Barang Kategori Barang Action
{{$loop->iteration}} {{$item->item_code}} {{$item->item_name}} {{$item->item_category ? $item->category->item_category_name : ''}} edit
@csrf @method('POST')
No Kode Barang Nama Barang Kategori Barang Action
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif @endsection @section('scripts') @endsection