@extends('layouts.layoutapp') @section('content')
@csrf
Add New Material
{{-- ACTIVE FIELDS: Only Category, Material Name, Native Name, HSN Code, Price, Supplier --}}
{{-- Supplier dropdown commented out --}} {{--
--}} {{-- COMMENTED OUT FIELDS: Material ID, Buying Price, Image, Material Type, Description, Discount % --}} {{--
@if(isItemDiscountEnabled())
@endif --}}
{{-- --}} {{-- --}} @if(isItemDiscountEnabled()) @endif {{-- --}}
Category Name CodeB.PPrice HSNDescriptionDisc %Material TypeImage
Enter the Material details then Add...
Cancel
@endsection @push('scripts') @endpush