@extends('layouts.admin-simple') @section('title', 'Stock Adjustments') @section('breadcrumb') @endsection @section('page-title')

Stock Adjustments

Track and manage all inventory adjustments

@can('warehouse.inventory.adjust')
@endcan
@endsection @section('content')
filter_list Filters
to
list Stock Adjustment History
entries
Date & Time Item Type Old Qty Adjustment New Qty Reason User Location Actions
@endsection @push('styles') @endpush @push('scripts') @endpush