{{$product->product_name }}
{{$product->product_code }}
{{$category->category }} @if($subcategory!=[]) @if($subcategory->category!=null) / {{$subcategory->category }} @endif @endif
{{$company->company_name }}
@if($product->status==1)Active
@elseif($product->status==0)Inactive
@endifProduct Details
{{$product->description}}
{{$product->quantity}} {{$product->quantity_measured}}
{{$product->expiry_period }}
{{$product->number_in_pack }}
{{$product->packing_method}}
Brand Details
{{$product->brand_name }}
Label Preview
Warranty Details
{{$warranty_details->waranty_status}}
@if($warranty_details->warranty_type=='1')
Service
@elseif($warranty_details->warranty_type=='2')
Replacement
@endif
{{$warranty_details->full_product}}
{{$warranty_details->s_warranty_count}} {{$warranty_details->s_warranty_duration}}
Part Name
Warranty Duration
{{$parts->part_name}}
{{$parts->part_warranty_count}} {{$parts->part_warranty_duration}}
{{$warranty_details->r_warranty_count}} {{$warranty_details->r_warranty_duration}}
{{$warranty_details->promotion_status}}
@include('template.authentication')
@endif
@include('components.dashboard.vertical')