@if (checkSettings('profilePicture') == 'enable')
@if ($r->pop->bill_generate == 'yes' || checkSettings('file_up_for_own_other') == 'enable')
@endif
@endif
Service Information
@if (checkAPI())
@can('ignore-mikrotik-check')
@endcan
@if (Auth::user()->can('static_manage'))
@endif
@endif
@if (checkSettings('customer_code') == 'enable')
@endif
@if (checkSettings('static_ip_manage') == 'enable' && $r->isStatic)
@endif
@if (checkSettings('radius_customer_bandwidth_limit') == 'enable')
@if (auth()->user()->can('apply-bandwidth-limit'))
@else
@endif
@endif
@if (checkSettings('parmanent-discount') == 'enable' && $r->pop->bill_generate == 'yes')
@if (auth()->user()->can('parmanent-discount'))
@else
@endif
@endif
@if (checkSettings('customer-id-insert') == 'enable')
@endif
Basic Information
@if (auth()->user()->can('join-date-modify'))
@else
@endif
Address
@if (checkSettings('box') == 'disable')
@endif
@if (checkSettings('box') == 'enable')
@endif
@if (globalPermission('manage-map'))
@endif
Connection Information
@if (auth()->user()->can('edit_cable_meter'))
@else
@endif
@if (checkSettings('olt-pon') == 'enable')
@endif
@if (checkSettings('local-user-first-approve') == 'enable')
@else
@endif
@if (checkSettings('source_name') == 'enable')
@endif
@if (checkSettings('free_client') == 'enable')
@can('free-client')
@endcan
@endif
@if (checkSettings('setClientPaymentAmountToClient') == 'enable')
@endif