@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.product_prices_arr.create.product_prices')}}


{{ csrf_field() }} @permission('product_price-form-date_from-read')
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@endpermission @permission('product_price-form-category-read')
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
@endpermission @permission('product_price-form-producer-read')
@if ($errors->has('producer')) {{ $errors->first('producer') }} @endif
@endpermission @permission('product_price-form-mark-read')
@if ($errors->has('mark')) {{ $errors->first('mark') }} @endif
@endpermission @permission('product_price-form-package-read')
@if ($errors->has('package')) {{ $errors->first('package') }} @endif
@endpermission @permission('product_price-form-material-read')
@if ($errors->has('material')) {{ $errors->first('material') }} @endif
@endpermission @permission('product_price-form-size-read')
@if ($errors->has('size')) {{ $errors->first('size') }} @endif
@endpermission @permission('product_price-form-product-read')
@endpermission
@permission('product_price-form-change_mode-read')
@if ($errors->has('price_change_mode')) {{ $errors->first('price_change_mode') }} @endif
@endpermission
@permission('product_price-form-price-read')
@if ($errors->has('price')) {{ $errors->first('price_from') }} @endif
@endpermission @permission('product_price-form-price-read')
@if ($errors->has('price_to')) {{ $errors->first('price_to') }} @endif
@endpermission @permission('product_price-form-change_type-read')
@if ($errors->has('price_change_type')) {{ $errors->first('price_change_type') }} @endif
@endpermission @permission('product_price-form-price_change-read')
@if ($errors->has('price_change')) {{ $errors->first('price_change') }} @endif
@endpermission @permission('product_price-form-price_change_direction-read')
@if ($errors->has('price_change_direction')) {{ $errors->first('price_change_direction') }} @endif
@endpermission
@permission('product_price-form-price-read')
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@endpermission
@endsection