@extends('layouts.app') @section('title', __('item.batch_transaction_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.batch_transaction_report') }}
{{ __('app.records') }}
# {{ __('app.date') }} {{ __('app.type') }} {{ __('app.invoice_or_reference_no') }} {{ __('party.name') }} {{ __('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.quantity') }} {{ __('item.stock_impact') }}
@endsection @section('js') @include("plugin.export-table") @endsection