@section('title') Voice Calls @endsection @section('breadcrumbs') {{ Breadcrumbs::render('voice-calls') }} @endsection @if(empty($defaultNumber)) @include('pages.audit-messages.default-number-notice') @endif
@csrf
@canany(['carbon-list', 'multi-number-list'])
@endcanany Clear
@if(count($recordData) > 0) @foreach($recordData as $call) @endforeach @else @endif {!! $recordData->appends(request()->input())->onEachSide(3)->links() !!}