@extends('Layouts.sellerLayout') @section('title') {{__('Pricing Product')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Pricing Product')}}
@if(isset($settings['external_link']) and $settings['external_link']==0)
@else @endif @CSRF
    @foreach($data['productAttribute'] as $Attribute )
  • {{isset($Attribute->attributeValue->value)?$Attribute->attributeValue->value:''}}
    @if ($errors->has('attributeValue'))
    {{ $errors->first('attributeValue') }}
    @endif
  • @endforeach
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if(isset($settings['external_link']) and $settings['external_link']==0)
@if ($errors->has('discount_percent'))
{{ $errors->first('discount_percent') }}
@endif
@if(isset($settings['zeynal']) and $settings['zeynal']==1)
@if ($errors->has('day'))
{{ $errors->first('day') }}
@endif
@endif
@if ($errors->has('minimum_order'))
{{ $errors->first('minimum_order') }}
@endif
@if ($errors->has('maximum_order'))
{{ $errors->first('maximum_order') }}
@endif
@endif @if(isset($settings['external_link']) and $settings['external_link']==0)
@if ($errors->has('guarantee'))
{{ $errors->first('guarantee') }}
@endif
@else
@if ($errors->has('guarantee'))
{{ $errors->first('guarantee') }}
@endif
@endif @if(isset($settings['external_link']) and $settings['external_link']==1)
{{__('Face To Face Sales')}}
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
@endif @if(isset($settings['external_link']) and $settings['external_link']==0)
@if ($errors->has('count'))
{{ $errors->first('count') }}
@endif
@if ($errors->has('leadtime_day'))
{{ $errors->first('leadtime_day') }}
@endif
@if($data['productPrices']->manufacture_date!=='0') @php $checked='checked'; @endphp @php $display='block'; @endphp @else @php $checked=''; @endphp @php $display='none'; @endphp @endif @if($data['productPrices']->time_discount ==1) @php $checkedTime='checked'; @endphp @php $displayTime='block'; @endphp @else @php $checkedTime=''; @endphp @php $displayTime='none'; @endphp @endif
{{__('Expiration Date')}}
{{__('Time Discount')}}
@if ($errors->has('start_date'))
{{ $errors->first('start_date') }}
@endif
@if ($errors->has('end_date'))
{{ $errors->first('end_date') }}
@endif
@if ($errors->has('manufacture_date'))
{{ $errors->first('manufacture_date') }}
@endif
@if ($errors->has('expiration_date'))
{{ $errors->first('expiration_date') }}
@endif
@endif
@endsection @section('script') @endsection