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

{{__('obs.adjustment')}}

@csrf
{{--
--}}
@error('cost_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@include('inventory.global.invoice_group_dd', ['type'=> 5])
{{-- end --}}
@if (warehouse_info()->use_expiry == 1) @endif @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @if (warehouse_info()->use_expiry == 1) @endif @endfor
# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}}{{__('obs.expiry')}} {{__('obs.date')}}{{__('obs.img')}} {{__('obs.qty')}} {{__('obs.avail')}} {{__('obs.qty')}} {{__('obs.action')}}
{{ $i }}
@endsection @section('script') @endsection