@if(allowedToAddUpdateProjOrg())
{!! clients('client', old('client', request()->has('org') ? request()->input('org') : null), 'required') !!}
@if($errors->has('client'))
{{ $errors->first('client') }}
@endif
@else
{{ getAuthUser()->organisation->name }}
@endif