{{ session('message') }}
@endif
{{ $isEditMode ? 'Edit Account' : 'Create Account' }}
Office 365 Accounts
ID | Account Name | Account Type | User Limit | Password (Plain) | Domains Linked | Status | Actions | |
---|---|---|---|---|---|---|---|---|
{{ $account->id }} | {{ $account->account_name }} | {{ $account->account_type }} | {{ $account->user_limit }} | {{ $account->email }} | {{ decrypt($account->password) }} | @if($account->domains->isNotEmpty()) @foreach($account->domains as $domain) {{ $domain->domain_name }} @endforeach @else No domains linked @endif | {{ ucfirst($account->status) }} |