@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')

Detail Report Fraud Device

Device ID
: {{$result['detail_user'][0]['device_id']}}
Device Type
: {{$result['detail_user'][0]['device_type']}}

  Jika Anda mau mengubah status menjadi Unsuspend, silahkan mengubah status user yang akan di buang atau tidak akan dipakai menjadi Inactive.
Kolom "Suspend", tanda centang () brarti saat ini user "sudah" di suspend dan tanda silang () brarti saat ini user "belum" di suspend.

List User
@if(!empty($result['detail_user'])) @foreach($result['detail_user'] as $val) @if($val['status'] == 'Inactive') @else @endif @endforeach @else @endif
Actions Suspend Name Phone Last Login Date Last Login Time
@if($val['status'] == 'Active')@if($val['level'] != 'Super Admin')@if($val['is_suspended'] == 1) Unsuspend @else Suspend @endif@endif @endif @if($val['status'] == 'Active') Remove Account from this device @endif @if($val['is_suspended'] == 1) @else @endif {{$val['name']}} {{$val['phone']}} {{date("d F Y", strtotime($val['last_login']))}} {{date("H:i", strtotime($val['last_login']))}}
No Data Available
Log Fraud
@if(!empty($result['detail_fraud'])) @foreach($result['detail_fraud'] as $val) @endforeach @else @endif
Date Fraud Time Fraud Name Phone Fraud Settings
{{date("d F Y", strtotime($val['created_at']))}} {{date("H:i", strtotime($val['created_at']))}} {{$val['name']}} {{$val['phone']}}
@if($val['fraud_setting_auto_suspend_status'] == 1 )
@endif
No Data Available
@endsection