@lang('app.createdOn') : {{ $company->created_at->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format . ' ' . global_setting()->time_format) }}
@lang('app.lastLogin') @if (!is_null($company->last_login)) {{ $company->last_login->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format . ' ' . global_setting()->time_format) }} @else -- @endif
{{ $company->user->country->nicename }}
@endif@lang('app.lastLogin') @if (!is_null($company->user->last_login)) {{ $company->user->last_login->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format . ' ' . global_setting()->time_format) }} @else -- @endif
@lang('superadmin.licenceExpiresOn') @if (!is_null($company->licence_expire_on)) {{ \Carbon\Carbon::parse($company->licence_expire_on)->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format) }} ({{ \Carbon\Carbon::parse($company->licence_expire_on)->diffForHumans() }}) @else -- @endif
@if($updateCompanyPackagePermission == 'all') @lang('app.update') @lang('superadmin.package') @endif @if($manageCompanyImpersonatePermission == 'all') @endif
{{ __('modules.accountSettings.companyWebsite') }}
Subdomain
@if($company->sub_domain) @else{{__('superadmin.subdomainNotAdded')}}
@endif@lang('app.status')
@if ($company->status == 'active') @else @endif {{ str_replace('_', ' ', $company->status) }}
@lang('app.approved')
@if ($company->approved == 1) @lang('app.yes') @else @lang('app.no') @endif
@lang('superadmin.companies.approvedChangedBy')