@extends('layouts.app') @section('title', __('item.reorder_item_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.reorder_item_report') }}
{{ __('app.records') }}
# {{ __('item.item_name') }} {{ __('item.brand_name') }} {{ __('item.category.category') }} {{ __('item.min_stock') }} {{ __('item.current_stock') }} {{ __('unit.unit') }}
@endsection @section('js') @include("plugin.export-table") @endsection