@extends('layouts.app') @section('title', __('warehouse.stock_adjustment_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('warehouse.stock_adjustment_report') }}
{{ __('app.records') }}
# {{ __('app.date') }} {{ __('warehouse.adjustment_code') }} {{ __('app.reference_no') }} {{ __('app.created_by') }}
@endsection @section('js') @include("plugin.export-table") @endsection