@php $relationshipDetails = $relationship['details']; @endphp

{{ $relationship->display_name }}

{{ __('voyager::database.type') }}: {{ __('voyager::database.relationship.relationship') }}
browse) && $relationship->browse){{ 'checked="checked"' }}@elseif(!isset($relationship->browse)){{ 'checked="checked"' }}@endif>
read) && $relationship->read){{ 'checked="checked"' }}@elseif(!isset($relationship->read)){{ 'checked="checked"' }}@endif>
edit) && $relationship->edit){{ 'checked="checked"' }}@elseif(!isset($relationship->edit)){{ 'checked="checked"' }}@endif>
add) && $relationship->add){{ 'checked="checked"' }}@elseif(!isset($relationship->add)){{ 'checked="checked"' }}@endif>
delete) && $relationship->delete){{ 'checked="checked"' }}@elseif(!isset($relationship->delete)){{ 'checked="checked"' }}@endif>

{{ __('voyager::database.relationship.relationship') }}

{{ __('voyager::database.relationship.open') }} {{ __('voyager::database.relationship.close') }} {{ __('voyager::database.relationship.relationship_details') }}
{{ __('voyager::database.relationship.delete') }}

{{ str_singular(ucfirst($table)) }}


@isset($relationshipDetails->taggable) taggable == 'on' ? 'checked' : ''}}> @endisset