@extends('layouts.frontendDashboard.master') @section('title', 'My Profile') @push("styles") @endpush @section("body-start")
@endsection @section("content")
@include('frontend.auth.profile')
@include('frontend.auth.2fasetting')
@endsection @push('scripts') @endpush