@extends('layouts.app') @section('title', __('purchase.item_purchase_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('purchase.item_purchase_report') }}
{{ __('app.records') }}
@if(app('company')['tax_type'] != 'no-tax') @endif
# {{ __('app.date') }} {{ __('app.invoice_or_reference_no') }} {{ __('supplier.supplier') }} {{ __('warehouse.warehouse') }} {{ __('item.item_name') }} {{ __('item.brand.brand') }} {{ __('app.unit_price') }} {{ __('item.quantity') }} {{ __('app.discount_amount') }}{{ __('tax.tax_amount') }}{{ __('app.total') }}
@endsection @section('js') @include("plugin.export-table") @endsection