@extends('layouts-v2.app') @section('content')
Trang chủ Phân tài khoản Tenant

Phân tài khoản Tenant

Tìm kiếm người dùng

@php $currentTenant = \App\Helpers\HelperTenant::getCurrentTenantInfo(); $currentTenantId = $currentTenant ? $currentTenant['id'] : null; @endphp @endsection @section('scripts') @endsection