@extends('layouts.vertical') @section('content')
{{ __('bundles.no_image') }}
{{ $product->family }} {{ $product->model }}
{{-- Quick Stats --}}{{ $product->category->group->es_name }}
{{ $product->category->name }}
{{ $product->group_code }}
{{ $product->tax_code }}
{{ __('bundles.part') }} #{{ $product->id }} {{ $product->key_name }}
{{ __('bundles.no_descriptions') }}
{{ __('bundles.no_specifications') }}
| # | {{ __('bundles.type') }} | {{ __('bundles.component') }} | {{ __('bundles.sku') }} | {{ __('bundles.qty') }} | {{ __('bundles.notes') }} |
|---|---|---|---|---|---|
| {{ $idx + 1 }} | {{ $item->item_type }} @if($item->is_base) {{ __('bundles.base') }} @endif | {{ $item->product->product_name ?? 'N/A' }} | {{ $item->product->sku ?? '-' }} |
{{ $item->quantity }} | {{ $item->description ?? '-' }} |
| {{ __('bundles.no_components') }} | |||||