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

SERVICE BASIC INFO

{{--
@if (getDropdowns('Product Condition')->displayflag === 1)
@endif --}}
@if (isset($service->mappedCategories[1]))
@endif
@if (isset($service->mappedCategories[2]))
@endif
@if (isset($service->mappedCategories[3]))
@endif
@if (isset($service->mappedCategories[4]))
@endif
SERVICE ATTRIBUTES

{{--
--}} @if (!empty($serviceData['serviceFilters'])) @foreach ($serviceData['serviceFilters'] as $filter)
@endforeach @endif

PRICING & IMAGES

PRICING & STOCK

@if (getDropdowns('Service Duration')->displayflag === 1)
@endif
@foreach ($service->prices as $key => $price) @if ($key > 0)
@if (getDropdowns('Service Duration')->displayflag === 1)
@endif
@endif @endforeach
PAYMENT OPTIONS

@if (getDropdowns('Select Pay')->displayflag === 1)
@endif @if (getDropdowns('Select Partial')->displayflag === 1)
@endif @if (getDropdowns('Select Payment Method')->displayflag === 1)
@endif @if (getDropdowns('Payment instruction for bank deposit')->displayflag === 1)
@endif
IMAGES

@foreach ($service->images as $image)
image }}' />
@endforeach
DESCRIPTION & TERMS

@if (getDropdowns('Warranty Period & Site')->displayflag === 1)
@endif {{--
--}}
{{--

SHIPPING GROUP

--}} {{--
--}}
SHIPPING & DELIVERY

{{--
--}} {{--
--}} {{--
--}}

{{--
--}}

{{--

PRODUCT ATTRIBUTES

--}}

Seller Details

Name: Dorbby India Private Limited Country/City: India, Noida UAC: UAC00001
@routes @endsection