@if ($product['id'] == 616)
![{{ $product['image'] }}]({{ asset($design . '/images/gift_card_img.svg') }})
@else
@endif
@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) @if (count($product['disease']) > 10)
{{ __('text.product_diseases') }}
@foreach ($product['disease'] as $disease)
{{ ucfirst($disease['name']) }} @endforeach
@else
{{ __('text.product_diseases') }}
@foreach ($product['disease'] as $disease)
{{ ucfirst($disease['name']) }} @endforeach
@endif @endif @if (!empty($product['analog'])) @if (count($product['analog']) > 10)
{{ $product['name'] }} {!! __('text.product_analogs') !!}
@foreach ($product['analog'] as $analog)
{{ $analog['name'] }} @endforeach
@else
{{ $product['name'] }} {!! __('text.product_analogs') !!}
@foreach ($product['analog'] as $analog)
{{ $analog['name'] }} @endforeach
@endif @endif @if ($product['id'] != 616) @if (!empty($product['sinonim'])) @if (count($product['sinonim']) > 10)
{{ $product['name'] }} {!! __('text.product_others') !!}
@foreach ($product['sinonim'] as $sinonim)
{{ $sinonim['name'] }} @endforeach
@else
{{ $product['name'] }} {!! __('text.product_others') !!}
@foreach ($product['sinonim'] as $sinonim) @php $sinonim['url'] = str_replace('.', ',', $sinonim['url']); @endphp
{{ $sinonim['name'] }} @endforeach
@endif @endif @endif