@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 @method('PUT')
@if($data_stock_opname->image) Preview Image @else @endif

Pilih Produk

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