@extends('admin.layout.master') @section('title', 'ADJUSTMENT') @section('content')

Stock In/Out Edit

@method('PUT') @csrf
{{--
--}}
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
{{-- end --}}
Stock In
@php($i=0) @forelse ($invoice->transaction->where('dr_cr', 1) as $in) {{-- --}} @empty @endforelse @php($j=0) @forelse ($invoice->transaction->where('dr_cr', 2) as $out) {{-- --}} @empty @endforelse
# Products Desc Img Qty Avail Qty ACTION
{{ $i }}

Stock OUT
{{ $j }}

@endsection @section('script') @endsection