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

{{__('texte.promotions_arr.create_object.add_object')}}

{{ csrf_field() }} @permission('promotion_objects-form-type-read')
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@endpermission @permission('promotion_objects-form-subtype-read')
@if ($errors->has('subtype')) {{ $errors->first('subtype') }} @endif
@endpermission @permission('promotion_objects-form-contragent-read')
@if ($errors->has('client')) {{ $errors->first('client') }} @endif
@endpermission @permission('promotion_objects-form-object-read')
@if ($errors->has('object')) {{ $errors->first('object') }} @endif
@endpermission
@endsection