@extends("common.layout-popup") @section("header") @endsection @section("page-title", "기기관리") @section("content")
회원기기관리
is_device_unlimited == 1)>
@foreach ($user->userDevices as $userDevice) @endforeach
번호 등록일시 기기명 Kollus Player ID 상태 관리
{{ $userDevice->id }}
{{ !empty($userDevice->created_at) ? explode(" ", $userDevice->created_at)[0] : "" }}
{{ !empty($userDevice->created_at) ? explode(" ", $userDevice->created_at)[1] : "" }}
{{ $userDevice->device_name }} {{ $userDevice->kollus_player_id }} {{ $userDevice->block == 1 ? "사용자삭제" : "사용중" }} @if ( $userDevice->block == 0 ) @endif
@endsection @push("script") @endpush