@extends('layouts.app') @section('content')
{{-- Dashboard Header --}}

Superadmin Dashboard

Logged in as: {{ auth()->user()->name }}
{{-- Tabs --}}
{{-- Tenants Section --}}

Tenants

{{-- Users Section --}}

Users

{{-- Phones Section --}}

Phones

@endsection