@extends("website.service-providers.layouts.layout") @section('title',"My Account") @section("body")
  1. Home
  2. My Profile
  3. Account Security
@include("website.service-providers.includes.sidebar") @include("website.layouts.modal")

Account Security

Two Way Authentication

@csrf
tip-icon

Activate Your Two-Factor Authentication: Receive Authentication Codes at {{ $email }}, {{ $phone }} for any login attempts from unrecognized devices or browsers.

@endsection @section('footerItems') @endsection