@extends('layouts.app') @section('title', __('item.serial_transaction_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.serial_transaction_report') }}
{{ __('app.records') }}
# {{ __('app.date') }} {{ __('app.type') }} {{ __('app.invoice_or_reference_no') }} {{ __('party.name') }} {{ __('warehouse.warehouse') }} {{ __('item.item_name') }} {{ __('item.brand.brand') }} {{ __('item.serial_or_imei') }}
@endsection @section('js') @include("plugin.export-table") @endsection