@extends('layouts.master') @section('content')

Form Mutasi Product

@csrf
@if(Auth::user()->myarea=='barat') @elseif(Auth::user()->myarea=='utara') @elseif(Auth::user()->myarea=='pusat') @elseif(Auth::user()->myarea=='ho') @endif
@if(!empty($sn) && $id != 'un - known')
@foreach ($sn->product as $prod)
@foreach ($prod->inventory as $inven)
@endforeach @endforeach
Product Qty Serial Number
{{ strtoupper($prod->product_name) }} {{ $product_counter[strtoupper($prod->product_name)] }} {{ $inven->serial_number }}
@endif
Voucher Card
Batal @if($id==99 || empty($sn)) @else @endif
@endsection