@can('form-setting')
@endcan
{{-- @if (Auth::user()->resellers[0]['reseller_type'] == 'own' || Auth::user()->roles[0]['name'] == 'Admin') --}}
@if (checkSettings('profilePicture') == 'enable')
@endif
Service Information
@if (checkAPI())
@if (globalPermission('static_ip_manage') && Auth::user()->can('static_manage'))
@endif
@endif
@if (checkSettings('customer_code') == 'enable')
@endif
@if (getBillingType() == 'day_to_day')
@else
@endif
@if (checkSettings('static_ip_manage') == 'enable')
@endif
@if (checkSettings('radius_customer_bandwidth_limit') == 'enable')
@can('apply-bandwidth-limit')
@endcan
@endif
Basic Information
@can('join-date-modify')
@endcan
Address
@if (checkSettings('area-dropdown') == 'enable')
@else
@endif
@error('area')
{{ $message }}
@enderror
@if (checkSettings('box') == 'disable')
@endif
@if (checkSettings('box') == 'enable')
@endif
Building Owner Contact
Connection Information
{{--