@extends('user.header') @section('userContent') @include('extensions.alerts')
@csrf @method('PATCH')
Project Info

@if ($type === 'wholesale')
@if (getDropdowns('Slot Unit')->displayflag === 1)
@endif
@endif @if ($product->have_options === 1 && !$productTypes->isEmpty()) @foreach ($productTypes as $typeKey => $type) @if ($typeKey <= 1) @php if ($typeKey % 2 === 0): $typeId = $productPrice->type_value_id_1; else: $typeId = $productPrice->type_value_id_2; endif; @endphp
@endif @endforeach @endif
@if ($product->variant_type != 'wholesale')
IMAGES

@foreach ($productPrice->images as $image)
image }}' />
@endforeach
@endif

All Product Pricing Variants

{{-- loop starts --}} @foreach ($allProductPricing as $key => $pricing)

{{ ++$key }} : @if (isset($pricing->productTypeValueOne)) {{ $pricing->productTypeValueOne->type_value }} @if (isset($pricing->productTypeValueTwo))/ {{ $pricing->productTypeValueTwo->type_value }} @endif @endif @if (!isset($pricing->productTypeValueOne) && !isset($pricing->productTypeValueTwo)) Variant {{ $key }} @endif

{{-- {{ Emergency appointment }} --}}
@endforeach {{-- loop ends --}}
@endsection