{{ $itemdata['item_name'] }}

@php if ($itemdata['is_top_deals'] == 1 && $topdeals != null) { if (@$topdeals->offer_type == 1) { if ($itemdata['price'] > @$topdeals->offer_amount) { $price = $itemdata['price'] - @$topdeals->offer_amount; } else { $price = $itemdata['price']; } } else { $price = $itemdata['price'] - $itemdata['price'] * (@$topdeals->offer_amount / 100); } } else { $price = $itemdata['price']; } @endphp

{{ helper::currency_format($price) }}

@if ($itemdata['tax'] != '' && $itemdata['tax'] != 0) {{ trans('labels.exclusive_taxes') }} @else {{ trans('labels.inclusive_taxes') }} @endif
{{-- Item Addon --}}
@foreach ($itemdata['addons_group'] as $addons_group) @php $availableAddons = collect($itemdata['addons'])->where('addongroup_id', $addons_group->id); @endphp @if ($availableAddons->isNotEmpty())
{{ $addons_group->name }}
@if ($addons_group->selection_type == 1) {{ trans('labels.required') }} • @elseif ($addons_group->selection_type == 2) ({{ trans('labels.optional') }}) • @endif @if ($addons_group->selection_count == 1) {{ trans('labels.select') }} 1 @else {{ trans('labels.min') }} {{ $addons_group->min_count }} | {{ trans('labels.max') }} {{ $addons_group->max_count }} @endif
@foreach ($itemdata['addons'] as $addons) @if ($addons->addongroup_id == $addons_group->id)
@php if ($addons_group->selection_count == 1) { $type = 'radio'; } elseif ($addons_group->selection_count == 2) { $type = 'checkbox'; } @endphp
@endif @endforeach @if ($addons_group->selection_type == 1) @endif
@endif @endforeach
{{-- Item Extra --}} @if (!empty($itemdata['extras']) && count($itemdata['extras']) > 0)
{{ trans('labels.extras') }}
@foreach ($itemdata['extras'] as $extras)
@endforeach
@endif
@if ($itemdata['is_favorite'] == '1') type == 2) href="javascript:void(0)" onclick="managefavorite('{{ $itemdata['id'] }}',0,'{{ URL::to('/managefavorite') }}')" @else href="{{ URL::to('/login') }}" @endif> {{ trans('labels.remove_wishlist') }} @else type == 2) href="javascript:void(0)" onclick="managefavorite('{{ $itemdata['id'] }}',1,'{{ URL::to('/managefavorite') }}')" @else href="{{ URL::to('/login') }}" @endif> {{ trans('labels.add_wishlist') }} @endif
@if (helper::appdata()->google_review_url != '') @endif @if (helper::appdata()->mobile != '') @endif @if (@helper::checkaddons('whatsapp_message')) @if (whatsapp_helper::whatsapp_message_config()->whatsapp_number != '') @endif @endif @if ($itemdata['video_url'] != '') @endif