@if ($product['id'] != 616)
@if (count($product['aktiv']) > 0)
{!!__('text.product_active')!!}
@foreach ($product['aktiv'] as $aktiv)
{{ $aktiv['name'] }}
@endforeach
@endif
{!!__('text.product_pack1_1')!!}{{__('text.product_pack2_1')}}{{ random_int(10, 40) }}{{__('text.product_pack3_1')}}
@endif
{{ $product['desc'] }}
@if (count($product['disease']) > 0)
@endif
@if (!empty($product['analog']))
{{ $product['name'] }} {!!__('text.product_analogs')!!}
@if (count(value: $product['analog']) > 10)
@foreach ($product['analog'] as $analog)
{{ $analog['name'] }}
@endforeach
view all
@else
@foreach ($product['analog'] as $analog)
{{ $analog['name'] }}
@endforeach
@endif
@endif
@if (!empty($product['sinonim']))
{{ $product['name'] }} {!!__('text.product_others')!!}
@if (count($product['sinonim']) > 10)
@foreach ($product['sinonim'] as $sinonim)
@php
$sinonim['url'] = str_replace('.', ',', $sinonim['url']);
@endphp
{{ $sinonim['name'] }}
@endforeach
view all
@else
@foreach ($product['sinonim'] as $sinonim)
@php
$sinonim['url'] = str_replace('.', ',', $sinonim['url']);
@endphp
{{ $sinonim['name'] }}
@endforeach
@endif
@endif