@extends('layouts.app') @section('title', __('item.update')) @section('content')
{{ __('item.details') }} ({{ $item->is_service ? __('service.service') : __('item.product') }})
is_service) ? 'checked' : '' }}> is_service) ? 'checked' : '' }}>
{{-- CSRF Protection --}} @csrf @method('PUT') {{-- Units Modal --}} @include("modals.unit.create")
@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
{{-- Id company is enabled with discount then only show this else hide it --}}
@if(app('company')['show_mrp'])
@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