@extends('Layouts.sellerLayout') @section('title') {{__('Product Price Change')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Product Price Change')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
  • {{__('Price Increase')}}
    @if ($errors->has('status'))
    {{ $errors->first('status') }}
    @endif
  • {{__('Price Reduction')}}
    @if ($errors->has('status'))
    {{ $errors->first('status') }}
    @endif
  • {{__('Fixed Amount')}}
    @if ($errors->has('price'))
    {{ $errors->first('price') }}
    @endif
  • {{__('Percentage Amount')}}
    @if ($errors->has('price'))
    {{ $errors->first('price') }}
    @endif
@endsection @section('script') @endsection