@extends('layouts.app') @section('title', 'Profile') @section('page-title', 'Profile Settings') @section('content')
Profile Information
@csrf @method('PUT')
Change Password
@csrf @method('PUT')
Two-Factor Authentication
@if(auth()->user()->two_factor_enabled)
2FA is enabled
@csrf
@else

Add an extra layer of security to your account.

@csrf
@endif
@endsection