Total registros: {{ $total }}
@if (\Illuminate\Support\Facades\Auth::user()->role == 'admin')
Export filtrado
@endif
{{-- --}} {{-- --}} @if (\App\Classes\CaixaV3::userAllowEdit()) @endif @if (\App\Classes\CaixaV3::userAllowEdit()) @endif {{-- --}} @foreach ($llamadas as $ll) @if (\App\Classes\CaixaV3::userAllowEdit()) @endif {{-- --}} {{-- --}} @endforeach
Total registros: {{$total}}Total registros: {{$total}}
Gestor SD Oficina Cliente
Fecha / Hora Nombre Nº oficina DANDesc. DTGestor Estado Pedido Seguimiento Nombre Teléfono

@if ($ll->id_lead)
LEAD
@endif @php $displayDate = $ll->preventa_created_at; if ($ll->id_lead && $ll->second_call_date) { $displayDate = $ll->second_call_date; } @endphp {{ date('d-m-Y H:i', strtotime($displayDate)) }}
@if (isset($ll->primera_gestor_sd_id) && $ll->primera_gestor_sd_id != 0) {{ $ll->primera_gestor_sd_name }} @else {{ $ll->assigned_lead_user_name ?? ($ll->id_estado == 12 ? '---' : 'Sin asignar') }} @endif co_oficina) class="bg-caixa/10 rounded-lg font-bold text-black px-1 py-0.5" @endif>{{ $ll->co_oficina }} {{$ll->co_dan}} {{$ll->co_dt}}{{ $ll->no_dan }} {{ $ll->nombre_gestor }} {{ $ll->estado }} {{ $ll->pedido }} {{ $ll->fe_seguimiento }} {{ $ll->nombre }} {{ $ll->apellidos }} {{ $ll->telefono_1 }}

Ir

{{ $llamadas->links() }}