@extends('layouts.master') @section('title', __('Security')) @push('styles') @endpush @section('breadcrumb-text')

{{__('Security')}}

@endsection @section('content')
@include('frontend.profile.2fastart')
@include('frontend.profile.one-time-passcode')
@endsection @push('scripts') @endpush