@if(!empty($common_data['license_attributes']) && (!empty(Auth::user()->id) && !isClient(Auth::user())))

@lang('common.label.system_information')

@if(isset($common_data['license_attributes']->registeredname) && !empty($common_data['license_attributes']->registeredname))
@lang('common.label.registered_to')
{{$common_data['license_attributes']->registeredname}}
@endif @if(isset($common_data['license_attributes']->productname) && !empty($common_data['license_attributes']->productname))
@lang('common.label.package')
{{$common_data['license_attributes']->productname}}
@endif @if(isset($common_data['license_attributes']->regdate) && !empty($common_data['license_attributes']->regdate))
@lang('common.label.registered')
{{ Carbon\Carbon::parse($common_data['license_attributes']->regdate)->format('Y-m-d') }}
@endif @if(isset($common_data['license_attributes']->billingcycle) && !empty($common_data['license_attributes']->billingcycle))
@lang('common.label.billing_cycle')
{{$common_data['license_attributes']->billingcycle}}
@endif @if(isset($common_data['license_attributes']->nextduedate) && $common_data['license_attributes']->nextduedate == "0000-00-00") @if($common_data['license_attributes']->nextduedate != "0000-00-00")
@lang('common.label.billing_cycle')
{{ Carbon\Carbon::parse($common_data['license_attributes']->nextduedate)->addDays(15)->format('Y-m-d') }}
@endif @else @if(isset($common_data['license_attributes']->nextduedate))
@lang('common.label.expires')
{{ Carbon\Carbon::parse($common_data['license_attributes']->nextduedate)->format('Y-m-d') }}
@endif @endif
@else

@lang('common.label.system_information')

@lang('common.label.name')
{{ !empty(Auth::user()->name) ? Auth::user()->name : '' }}
@if(!empty($package->package_name))
@lang('common.label.plan')
{{$package->package_name}}
@endif
( ! ) Fatal error: Uncaught Error: Call to undefined function getSetting() in /home/mohamma2/public_html/subdomains/new.mohammad.jt.mumara.dev/resources/views/themes/default/includes/sideMenuNew.blade.php on line 218
( ! ) Error: Call to undefined function getSetting() in /home/mohamma2/public_html/subdomains/new.mohammad.jt.mumara.dev/resources/views/themes/default/includes/sideMenuNew.blade.php on line 218
Call Stack
#TimeMemoryFunctionLocation
10.0010448248{main}( ).../sideMenuNew.blade.php:0