@extends('layouts.app') @section('title', __('item.batch_stock_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.batch_stock_report') }}
{{ __('app.records') }}
# {{ __('warehouse.warehouse') }} {{ __('item.item_name') }} {{ __('item.brand.brand') }} {{ __('item.batch_no') }} {{ __('item.mfg_date') }} {{ __('item.exp_date') }} {{ __('item.model_no') }} {{ __('item.color') }} {{ __('item.size') }} {{ __('item.days_until_expiry') }} {{ __('item.available_qty') }}
@endsection @section('js') @include("plugin.export-table") @endsection