@extends('layouts.frontendDashboard.master') @section('title', 'My profile') @push('style') @endpush @section('content')
@include('frontend.auth.profile')
@include('frontend.auth.2fasetting')
{{ __('Preferences') }}
@endsection @push('scripts') @endpush