> ## Documentation Index
> Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Source Links

> Direct source links for all YouNegotiate portals.

## Shared Source Links

<Columns cols={2}>
  <Card title="YouNegotiate App Repository" icon="github" href="https://github.com/YouNegotiate/younegotiate" arrow={true}>
    github.com/YouNegotiate/younegotiate
  </Card>

  <Card title="Sidebar Menu Source" icon="panel-left" href="https://github.com/YouNegotiate/younegotiate/blob/master/app/View/Composers/SidebarComposer.php" arrow={true}>
    app/View/Composers/SidebarComposer.php
  </Card>

  <Card title="Sidebar Renderer Source" icon="panel-left-open" href="https://github.com/YouNegotiate/younegotiate/blob/master/app/View/Components/Sidebar/SidebarComposer.php" arrow={true}>
    app/View/Components/Sidebar/SidebarComposer.php
  </Card>
</Columns>

## Creditor Portal Source Links

<Columns cols={2}>
  <Card title="Creditor Routes" icon="route" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/creditor/index.php" arrow={true}>
    routes/creditor/index.php
  </Card>

  <Card title="Creditor Auth Routes" icon="shield-check" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/creditor/auth.php" arrow={true}>
    routes/creditor/auth.php
  </Card>

  <Card title="Creditor Livewire Pages" icon="blocks" href="https://github.com/YouNegotiate/younegotiate/tree/master/app/Livewire/Creditor" arrow={true}>
    app/Livewire/Creditor
  </Card>
</Columns>

## Consumer Portal Source Links

<Columns cols={2}>
  <Card title="Consumer Routes" icon="route" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/consumer/index.php" arrow={true}>
    routes/consumer/index.php
  </Card>

  <Card title="Consumer Livewire Pages" icon="blocks" href="https://github.com/YouNegotiate/younegotiate/tree/master/app/Livewire/Consumer" arrow={true}>
    app/Livewire/Consumer
  </Card>
</Columns>

## Super Admin Source Links

<Columns cols={2}>
  <Card title="Super Admin Routes" icon="route" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/superadmin.php" arrow={true}>
    routes/superadmin.php
  </Card>

  <Card title="Super Admin Auth Routes" icon="shield-check" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/superadmin/auth.php" arrow={true}>
    routes/superadmin/auth.php
  </Card>

  <Card title="Super Admin Livewire Pages" icon="blocks" href="https://github.com/YouNegotiate/younegotiate/tree/master/app/Livewire/SuperAdmin" arrow={true}>
    app/Livewire/SuperAdmin
  </Card>
</Columns>

## EcoMail Hub / EcoPortal Source Links

<Columns cols={2}>
  <Card title="EcoMail Hub / EcoPortal Routes" icon="route" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/ecomailhub/index.php" arrow={true}>
    routes/ecomailhub/index.php
  </Card>

  <Card title="EcoMail Hub / EcoPortal Auth Routes" icon="shield-check" href="https://github.com/YouNegotiate/younegotiate/blob/master/routes/ecomailhub/auth.php" arrow={true}>
    routes/ecomailhub/auth.php
  </Card>

  <Card title="EcoMail Hub / EcoPortal Livewire Pages" icon="blocks" href="https://github.com/YouNegotiate/younegotiate/tree/master/app/Livewire/ConsumerResponseManager" arrow={true}>
    app/Livewire/ConsumerResponseManager
  </Card>
</Columns>
