{{-- TOP HEADER --}}
{{-- ATTRIBUTES WITH ICONS --}} @if(!empty($company->attributes) && is_array($company->attributes) && count($company->attributes) > 0)
@endif
{{-- DESCRIPTIONS TABS (TECHNICAL SPECIFICATION & PACKAGING DETAILS) --}}
{{ $company->company_code }}
{{ $company->company_name }}
{{ $company->is_active ? 'Active' : 'Inactive' }}
{{-- ATTRIBUTES WITH ICONS --}} @if(!empty($company->attributes) && is_array($company->attributes) && count($company->attributes) > 0)
Attributes & Specifications
@foreach($company->attributes as $attr)
@endforeach
{{ $attr['key'] ?? 'N/A' }}
{{ $attr['value'] ?? '' }}
{!! $company->technical_specification ?? 'No technical specification provided.' !!}
{!! $company->packaging_detail ?? 'No packaging details provided.' !!}