@extends('layouts.master')
@section('content')
@if ($produk->is_serial_number == 1)
| No |
Kode Produk |
Nama Produk |
Serial Number |
Mac Address |
{{-- Date Join | --}}
{{-- Action | --}}
@foreach ($transDetail as $item)
| {{ $loop->iteration }} |
{{ $item->product_code }} |
{{ $item->name_product }} |
{{ $item->serial_number }} |
{{ $item->mac_address }} |
{{--
| --}}
@endforeach
@endif
{{--
--}}
Kembali
@section('script')
@endsection
@endsection