@extends('front.layouts.front') @section('css') @endsection @section('content')

Profile

profile_photo_path == null) src="{{ url('assets/img/user.svg') }}" @else src="{{ $Profile->profile_photo_path }}" @endif alt="{{ $Profile->first_name }}" class="profile__avatar1">

{{ $Profile->first_name }} {{ $Profile->last_name }}

OMG ID: {{ $Profile->id }}
Logout
@foreach ($data as $item) @endforeach
Device Name IP Logout All
{{ $item->agent['platform'] }} - {{ $item->agent['browser'] }}

Chrome - {{ $item->is_current_device ? 'Current device' : $item->last_active }}

{{ $item->ip_address }} @if (!$item->is_current_device) Logout @endif
@csrf

Profile details

{{-- Other Details --}}
userdetails) value="{{ $Profile->userdetails->address }}" @endif>
userdetails) value="{{ $Profile->userdetails->email2 }}" @endif>
userdetails) value="{{ $Profile->userdetails->mobile2 }}" @endif>
userdetails) value="{{ $Profile->userdetails->facebook }}" @endif>
userdetails) value="{{ $Profile->userdetails->snapchat }}" @endif>
userdetails) value="{{ $Profile->userdetails->discord }}" @endif>
userdetails) value="{{ $Profile->userdetails->instagram }}" @endif>
userdetails) value="{{ $Profile->userdetails->tiktok }}" @endif>
userdetails) value="{{ $Profile->userdetails->pintrest }}" @endif>
userdetails) value="{{ $Profile->userdetails->chan4 }}" @endif>
userdetails) value="{{ $Profile->userdetails->imdb }}" @endif>
userdetails) value="{{ $Profile->userdetails->mastodon }}" @endif>
userdetails) value="{{ $Profile->userdetails->rottentomatoes }}" @endif>
userdetails) value="{{ $Profile->userdetails->reddit }}" @endif>

Change password

{{--
--}}
@endsection @section('script') @endsection