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

Tenant Dashboard

Tenant ID: {{ session('tenant_id') ?? 'N/A' }}
{{-- Phones Section --}}

Phones

{{-- Provisioning Templates Section --}}

Provisioning Templates

@endsection