@foreach ($productTypes as $type) @endforeach
@if (feature('barcodes'))
@endif {{--
@foreach ($barcodeSymbologyes as $barcodeSymbology) @endforeach
--}}
@if (isset($compoProducts) && count($compoProducts) > 0) @foreach ($compoProducts as $compoProduct) @php $tax = $product->tax->rate ?? 0; if ($tax > 0) { $tax = ($compoProduct['price'] * $product->tax->rate) / 100; } $subTotal = $compoProduct['price'] + $tax; @endphp @endforeach @endif
{{ __('product') }} {{ __('code') }} {{ __('quantity') }} {{ __('purchase_cost') }} {{ __('sub_total') }} {{ __('action') }}
{{ $compoProduct['product']->name }} {{ $compoProduct['product']->code }} {{ $subTotal }}
@foreach ($brands as $brand) @endforeach
@foreach ($categories as $category) @endforeach
@foreach ($units as $unit) @endforeach
@if (isset($product->unit->id) && $product->unit->id) @endif
@if (isset($product->unit->id) && $product->unit->id) @endif
@if (feature('purchases'))
@endif
@foreach ($taxs as $tax) @endforeach
@foreach ($taxMethods as $taxMethod) @endforeach
is_featured ? 'checked' : '' }} class="form-check-input" type="checkbox" value="1" id="isFeatured">
@if (feature('product_serial_numbers') && feature('purchases'))
serial_imei_number ? 'checked' : '' }} class="form-check-input" type="checkbox" value="1" id="serial_imei_number">
@endif @if (feature('purchases') && feature('product_batch_and_expire_date'))
is_batch ? 'checked' : '' }} name="is_batch" type="checkbox" id="is-batch" value="1" class="form-check-input">
@endif @if (feature('product_variants'))
is_variant == 1 ? 'checked' : '' }} name="is_variant" type="checkbox" id="is-variant" value="1" class="form-check-input">
@if (feature('barcodes')) @endif @if (isset($product) && $product->productVariants->count() > 0) @foreach ($product->productVariants as $productVariant) @if (feature('barcodes')) @else @endif @endforeach @endif
{{ __('name') }}{{ __('code') }}{{ __('additional_price') }}
@endif
is_promotion_price == 1 ? 'checked' : '' }} name="promotion" type="checkbox" id="promotion" value="1" class="form-check-input">