@push('styles') @endpush
@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) }} @else -- @endif
@lang('superadmin.packageType'): {{ __('superadmin.' . $company->package_type) ?? '--' }}
@lang('app.amount'): {{ $currency?->currency_symbol . $latestInvoice?->total ?? '--' }}
@lang('superadmin.paymentDate'): {{ $latestInvoice?->pay_date?->format($global->date_format) ?? '--' }}
@lang('superadmin.nextPaymentDate'): {{ $latestInvoice?->next_pay_date?->format($global->date_format) ?? '--' }}
@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 {{ __('app.'.$company->status) }}
@lang('app.approved')
@if ($company->approved == 1) @lang('app.yes') @else @lang('app.no') @endif
@lang('superadmin.companies.approvedChangedBy')