@extends('layouts.bootstrap.app') @section('title') @lang('Account') • @lang('Security') @endsection @section('content')
@include('front.account.update-password-form')
@include('front.account.session-management-form')
@include('front.account.two-factor-authentication-form')
@endsection @push('scripts') @endpush