@extends('layouts.app') @section('content')

{{__('texte.brochures_arr.create_products.add_product')}}

{{ csrf_field() }} @permission('brochure_product-form-category-read')
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
@endpermission @permission('brochure_product-form-producer-read')
@if ($errors->has('producer')) {{ $errors->first('producer') }} @endif
@endpermission @permission('brochure_product-form-mark-read')
@if ($errors->has('mark')) {{ $errors->first('mark') }} @endif
@endpermission @permission('brochure_product-form-package-read')
@if ($errors->has('package')) {{ $errors->first('package') }} @endif
@endpermission @permission('brochure_product-form-material-read')
@if ($errors->has('material')) {{ $errors->first('material') }} @endif
@endpermission @permission('brochure_product-form-product-read')
@if ($errors->has('product')) {{ $errors->first('product') }} @endif
@endpermission @permission('brochure_product-form-price-read')
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@endpermission
@endsection