{{ __('Description') }}

@if(allowedToAddUpdateProjOrg()) {!! clients('client', old('client', getAuthUser()->organisation_id), 'required') !!} @if($errors->has('client'))

{{ $errors->first('client') }}

@endif
@else {{ getAuthUser()->organisation->name }} @endif
@if($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if($errors->has('ref_store'))

{{ $errors->first('ref_store') }}

@endif
@if($errors->has('ref_factory'))

{{ $errors->first('ref_factory') }}

@endif
@if($errors->has('entered_by'))

{{ $errors->first('entered_by') }}

@endif
{!! ifInvoiceJustified($errors, old('justified')) !!}
{!! upholsterys($errors, old('upholstery')) !!} @if($errors->has('upholstery'))

{{ $errors->first('upholstery') }}

@endif
{{-- Send message start --}}
{{--
{!! sendToUsers('send_to_users', getAuthUser()->organisation_id, old('send_to_users')) !!} @if($errors->has('send_to_users'))

{{ $errors->first('send_to_users') }}

@endif
--}}
@push('child-scripts') @endpush