@extends('layouts.app') @section('title', __( 'report.stock_adjustment_report' )) @section('content')

@lang( 'report.stock_adjustment_report' )


{{ __('report.total_normal') }}:
{{ __('report.total_abnormal') }}:
{{ __('report.total_stock_adjustment') }}:
{{ __('report.total_recovered') }}:
 
 

{{ __('stock_adjustment.stock_adjustments') }}

@lang('messages.date') @lang('purchase.ref_no') @lang('business.location') @lang('stock_adjustment.adjustment_type') @lang('stock_adjustment.total_amount') @lang('stock_adjustment.total_amount_recovered') @lang('stock_adjustment.reason_for_stock_adjustment') @lang('messages.action')
@stop @section('javascript') @endsection