@php $date_start = isset($_GET["date_start"]) ? $_GET["date_start"] : ''; $date_end = isset($_GET["date_end"]) ? $_GET["date_end"] : ''; $the_company_id = isset($_GET["the_company_id"]) ? $_GET["the_company_id"] : ''; $page = isset($_GET["page"]) ? $_GET["page"] : 1; if($date_start!="" && $date_end!="" && $the_company_id!=""){ $urlParams = [ 'date_start' => $date_start, 'date_end' => $date_end, 'the_company_id' => $the_company_id, 'page' => $page ]; }else{ $urlParams = [ ]; } $url = '/admin?' . http_build_query($urlParams); $mergedParams = array_merge($_GET, $urlParams); $urlWithParams = '/admin?' . http_build_query($mergedParams); // dd($urlWithParams); @endphp

Liberar Cuentas {{count($getNotificationsCleaning)*($page-1)}}/{{$getNotificationsCleaning->total()}}| Permitir que los sitios abran ventanas emergentes y usen redireccionamientos

@php $cont=0; @endphp @foreach ($getNotificationsCleaning as $notification) @php $cont++; @endphp @endforeach
Empresa Email Clave PIN Servicio Cliente Telefono Vence el Dias Restantes Deuda Streaming Tipo Cuenta
{{$notification->clientServiceRenewal->inventory->company->name}} {{$notification->clientServiceRenewal->inventory->email}} {{$notification->clientServiceRenewal->inventory->password}} {{$notification->clientServiceRenewal->service->inventoryScreen->pin}} {{$notification->clientServiceRenewal->service->id}} {{$notification->clientServiceRenewal->client->name==null?$notification->clientServiceRenewal->client->phone:$notification->clientServiceRenewal->client->name}} {{$notification->clientServiceRenewal->client->phone}} {{formatDate($notification->clientServiceRenewal->date_start)}} {{daysBetweenDatesReal($notification->clientServiceRenewal->date_start)}} ${{$notification->total_sum}} {{$notification->clientServiceRenewal->inventory->streaming->name}} {{screenType($notification->clientServiceRenewal->inventory->screen_type)}}
@if ($page > 1) Atras | @endif @if ($page < $getNotificationsCleaning->lastPage()) Siguiente @endif
/{{ $getNotificationsCleaning->lastPage() }} paginas