@extends('layouts.app') @section('title', __('warehouse.stock_adjustment')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('warehouse.stock_adjustment_details') }}
#
{{ __('item.items') }}
{{ __('app.action') }} {{ __('item.item') }} {{ __('item.serial') }} {{ __('item.batch_no') }} {{ __('item.mfg_date') }} {{ __('item.exp_date') }} {{ __('item.model_no') }} {{ __('item.color') }} {{ __('item.size') }} {{ __('item.stock') }} {{ __('warehouse.adjustment_qty') }} {{ __('unit.unit') }} {{ __('warehouse.adjustment_type') }}
No items are added yet!!
{{ __('app.total') }} 0
@include("modals.item.serial-tracking") @include("modals.item.create") @endsection @section('js') @endsection