@extends('layouts.app') @section('content')
@if (isset($is_admin)) @include('proedge.admin.adminPanel') @else @include('proedge.config.adminPanel') @endif

Alternate Contact Types

Alternate Contact Relationship Types are used to categorize the relationship between the Primary Contact and the Alternate Contact.
Existing Relationships
@include('proedge.config.contact.alternateContactType.table')
Description Actions
@php @endphp

Add List Element

@endsection