@if ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new'))) @if (! empty($option)) {!! $option !!} @else @{{ option.option.initials }} @{{ option.option.name }} @{{ option.option.email }} @endif @elseif (($attributes->has('withoutRemote') || $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new'))) @if (! empty($option)) {!! $option !!} @else @{{ option.option.initials }} @{{ option.option.name }} @{{ option.option.email }} @endif @elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') || $attributes->has('without-add-new'))) @if (! empty($option)) {!! $option !!} @else @{{ option.option.initials }} @{{ option.option.name }} @{{ option.option.email }} @endif @else @if (! empty($option)) {!! $option !!} @else @{{ option.option.initials }} @{{ option.option.name }} @{{ option.option.email }} @endif @endif