@extends('template.coin.layouts.base') @section('title', __('Support')) @section('css') @endsection @section('content')

Profile Info

You have full control to manage your own account setting.

@if(Session::has('errmessage'))

{{Session::get('errmessage')}}

@endif @if(Session::has('sucmessage'))

{{Session::get('sucmessage')}}

@endif
Activity on your account

Here is your last 20 login activities log.

@if($u_logins->isNotEmpty()) Clear log @endif
@if($u_logins->isNotEmpty()) @foreach($u_logins as $u_login) @endforeach @else @endif
Browser / IP IP Time  
{{$u_login->getBrowserWithPlatformAttribute()}} {{$u_login->Ip}} {{__date_parse($u_login->session)}} lid}}" class="link-cross mr-sm-n1">
No data
@endsection @section('js') @endsection