{{ Form::label("activity_priority_id", ucfirst(trans('app.priority')), ["class"=>"frvc fwy form-label"]) }}
@if(!$has_entity)
{{ Form::select("activity_priority_id", $priorities, 3, ["class"=>"form-control m-field-input w-95", 'placeholder'=>'', 'tabindex'=>'15', 'disabled']) }}
@else
{{ Form::select("activity_priority_id", $priorities, 3, ["class"=>"form-control m-field-input w-95", 'placeholder'=>'', 'tabindex'=>'15']) }}
@endif
{{ Form::label("activity_state_id", ucfirst(trans('app.state_upper')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::select("activity_state_id", $states, null, ["class"=>"form-control m-field-input w-95", 'tabindex'=>'16']) }}