@extends('layouts.app') @section('title') {{ __('Product History') }} @endsection @section('breadcrumb')

{{ __('Product History') }}

@endsection @section('content')

{{ __('Products') }}

{{--
--}}



{{--
--}}
{{-- --}} {{-- --}}
{{ __('#') }} {{ __('Date') }} {{ __('Transaction Type') }} {{ __('Product Type') }} {{ __('Product Code') }}{{ __('Product Name') }}{{ __('Particulars') }} {{ __('Product Unit') }} {{ __('Category No.') }} {{ __('Batch No./ Lot No.') }} {{ __('Expiry Date') }} {{ __('Qty') }} {{ __('Delivery date') }}{{ __('Purchase Order') }}{{ __('DR No.') }} {{ __('SI No.') }} {{ __('RIS No.') }} {{ __('Cost') }} {{ __('Supplier') }} {{ __('User') }} {{ __('Created At') }}
@endsection @section('scripts') @endsection