Danh sách dự án

Tạo dự án mới

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (!empty($mess))
{{ $mess }}
@endif
@csrf
Chọn loại tên miền |
Chọn gói: {{-- | | | --}} @if (!empty($plans)) @foreach ($plans as $plan) | @endforeach @endif

Số lượng dự án tối đa có thể khởi tạo là: 2

Tài khoản mặc định: email hiện tại - Mật khẩu mặc định: doimatkhaumacdinh

Danh sách Dự án

@if (empty($tenants)) @endif @foreach ($tenants as $tenant) @php $redirectUrl = '/web-admin/dashboard'; $domain = $tenant->getDomain(); /* dd($domain) */ $token = tenancy()->impersonate($tenant, Auth::id(), $redirectUrl); /* dd(Auth::user()) */ @endphp {{-- --}} @endforeach {{-- @foreach ($domains as $domain) {{ dd($domain) }} @endforeach --}}
# Tên dự án Gói Địa chỉ Tình trạng Hành động
Bạn chưa có dự án nào. Hãy tạo dự án đầu tiên.
{{ $loop->iteration }} {{ $tenant->name }} @if (!empty($tenant->subscriptions->count())) {{ $tenant->subscription()->name }} @endif {{ $tenant->getDomain() }}{{ $tenant->getDomain() }} Hoạt động Ẩn Hiện @can('edit project') {{ __('Sửa') }} @endcan
@csrf @method('delete') {{ __('Delete') }}