@extends('layouts.portal') @section('content')

Welcome to imhappy Platform

Explore registered psychologist websites, view active tenant domains, link new domains, and access tenant admin panels.

Quick Add Domain

Instantly link a new ERP account and practice website.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection