@extends('layout.master')
@section('content')
| No |
Satuan Barang
|
Dibuat Oleh
|
Tanggal dibuat
|
Aksi |
| @{{ index + 1 }} |
@{{ item.unit_name }} |
@{{ item.created_by }} |
@{{ item.created_at }} |
|
| Tidak ada data. |
@component('gudang.satuan-barang.modal-satuan-barang') @endcomponent
@component('layout.modal-confirmation') @endcomponent
@component('layout.message-box') @endcomponent
@endsection
@section('script-content')
@endsection
@section('vue-content')
@endsection