@extends('layouts.master') @section('content')
@method('patch') @csrf
@error('stok_keluar') {{ $message }} @enderror
@if ($produk->is_serial_number == 1)
{{-- --}} {{-- --}} @foreach ($transDetail as $item) {{-- --}} @endforeach
No Kode Produk Nama Produk Serial Number Mac AddressDate JoinAction
{{ $loop->iteration }} {{ $item->product_code }} {{ $item->name_product }} {{ $item->serial_number }} {{ $item->mac_address }}
@endif
{{-- --}} Kembali
@section('script') @endsection @endsection