{{ __('item.create') }}
{{-- CSRF Protection --}} @csrf @method('POST')
@if(app('company')['show_hsn'])
@endif @if(app('company')['show_sku'])
@endif


@if(app('company')['enable_batch_tracking']) @endif @if(app('company')['enable_serial_tracking']) @endif
  • {{ __('item.pricing') }}
  • {{ __('item.stock') }}
  • {{ __('app.image') }}
{{-- Id company is enabled with discount then only show this else hide it --}}
@if(app('company')['show_mrp'])
@endif