@extends('layouts.app') @section('title') {{trans('general.privacy_security')}} -@endsection @section('content')

{{trans('general.privacy_security')}}

{{trans('general.desc_privacy')}}

@include('includes.cards-settings')
@if (session('status'))
{{ session('status') }}
@endif @include('errors.errors-forms') @if ($sessions)
{{ __('general.login_sessions') }}
{{ __('general.last_login_record') }}

{{ $sessions->user_agent }}

IP: {{ $sessions->ip_address }} @if ($current_session_id == $sessions->id) @else

@csrf
@endif

@endif @if (auth()->user()->verified_id == 'yes')
{{ __('general.privacy') }}
@csrf
user()->hide_profile == 'yes') checked @endif id="customSwitch1">
user()->hide_last_seen == 'yes') checked @endif id="customSwitch2">
user()->hide_count_subscribers == 'yes') checked @endif id="customSwitch3">
user()->hide_my_country == 'yes') checked @endif id="customSwitch4">
user()->show_my_birthdate == 'yes') checked @endif id="customSwitch5">
@endif
@endsection