@extends('layouts.app') @push('css') @endpush @section('content')

{{ $title }}

@if ($errors->any())
Whoops! Ada beberapa masalah dengan data yang Anda masukkan.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Pilih Produk

@foreach ($data_products as $product) @endforeach
Nama Produk Stock Sistem Stock Real Selisih Keterangan
{{ $product->name }} id}.physical_stock", 0) }}" onchange="updateDifference({{ $product->id }})"> id}.difference", 0) }}" readonly> id}.description_detail") }}">
Kembali
@endsection @push('script') @endpush