@section('title') Landline Remover @endsection @section('breadcrumbs') {{ Breadcrumbs::render('landline') }} @endsection
@php $credits = $auth_user->landline_credit; @endphp @if($credits != null || $credits === 0) Credits: {{$credits}} @endif
@if(isset($auth_user->landline_api_token) && !empty($auth_user->landline_api_token)) Disconnect @else img Authorize @endif
@php $maskedApiKey=""; if(isset($landLineKey) && !empty($landLineKey)): $apiKey = $landLineKey; else: $apiKey = $auth_user->landline_api_token; endif; if($apiKey): $maskedApiKey = substr($apiKey, 0, 5) . str_repeat('*', strlen($apiKey) - 10) . substr($apiKey, -5); endif; @endphp
Save @if(isset($apiKey) && !empty($apiKey)) @endif
@if($auth_user->landline_remover == 1)

Where to check?

import === 1)? 'checked' : '' }}/>
bucket === 1)? 'checked' : '' }}/>
web === 1)? 'checked' : '' }}/>
api === 1)? 'checked' : '' }}/>

Settings

Note:
1) Litigators are blocked by default.
2) Landline/VOIP numbers are tagged with the tag "Landline".
dnc_opt === 1 ? 'checked' : '' }} />
pipline ? 'checked' : '' }} />
@endif @push('scripts') @endpush