Edit Price
  Price List
@csrf
@if ($errors->has('mode'))
{{ $errors->first('mode') }}
@endif
@if ($errors->has('duration'))
{{ $errors->first('duration') }}
@endif
@if ($errors->has('views'))
{{ $errors->first('views') }}
@endif
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if ($errors->has('sort_order'))
{{ $errors->first('sort_order') }}
@endif
@if ($errors->has('discount'))
{{ $errors->first('discount') }}
@endif
@if ($errors->has('max_discount'))
{{ $errors->first('max_discount') }}
@endif