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

@lang('general.update') Stock Adjustments

@include('validate')

Stock Adjustments @lang('general.details')

@forelse ($adjustments->items as $item) @php $uuid=Str::uuid(); @endphp @empty @endforelse
Product Name Quantity Type
{{ $item->product->product_name }}

Current Stock : {{round($item->product->getCurrentStockWithoutAdjustment($adjustments->branch_id,$adjustments->id),2) }}

No Products Added
@csrf @method('PUT')
@endsection @push('scripts') @endpush