@extends('layouts.app') @section('title', __('item.create')) @section('content')
Material Create
{{-- CSRF Protection --}} @csrf @method('POST') {{-- Units Modal --}} @include("modals.unit.create")
@if(app('company')['show_hsn'])
@endif
@include("modals.tax.create") @include("modals.item.brand.create") @include("modals.item.category.create") @include("modals.item.serial-tracking") @include("modals.item.batch-tracking") @endsection @section('js') @endsection