@extends('Layouts.sellerLayout') @section('title') {{__('Pricing Product')}} @endsection @section('css') @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['cofarsi']) and $settings['cofarsi']==0) @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 @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
{{__('Expiration Date')}}
{{__('Time Discount')}}
@endif
@endsection @section('script') @endsection