@extends('layouts.main') @section('title', 'Assign Workspace') @section('styles') @endsection @section('content')
The following workspaces are already assigned to other companies:
@foreach(session('conflicts') as $workspaceId => $conflict)Currently assigned to: {{ $conflict['company_name'] }}
Contact: {{ $conflict['company_email'] }}
Options:
• Contact the current company to coordinate workspace transfer
• Use the "Unassign" button to remove the workspace from the current company
• Or choose different workspaces that are not assigned
{{ $tokenError }}
What you can do:
• Contact your system administrator
• Verify Microsoft Fabric application is properly configured
• Check Azure Active Directory settings
{{ $user->email }}
Company: {{ $user->company ?? 'Not Set' }}