--}}
{{--
Profile
--}}
{{--
--}}
{{--
--}}
{{--
Account Limits:--}}
{{-- --}}
{{--
--}}
{{-- Email : @if(Auth::user()->verifyToken == null)--}}
{{-- Verified--}}
{{-- @else--}}
{{-- UnVerified--}}
{{-- @endif
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
Preferences
--}}
{{--
--}}
{{--
--}}
{{--
Email Notifications:--}}
{{-- --}}
{{--
--}}
{{-- Local Currency:--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
Security
--}}
{{--
--}}
{{--
--}}
{{--
KYC Verification: @if(Auth::user()->passport_image == null)--}}
{{-- UnVerified--}}
{{-- @else--}}
{{-- Verified--}}
{{-- @endif--}}
{{--
--}}
{{-- 2-Step Verification:--}}
{{-- @if(Auth::user()->two_fa == 0)--}}
{{-- --}}
{{-- @else--}}
{{-- --}}
{{-- @endif--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--