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

{{ __('My Profile') }}

@endsection @section('content')
@include('backend.profile.profile')
@include('backend.profile.change-login-password')
@include('backend.profile.one-time-passcode')
@include('backend.profile.2fastart')

{{ __('Preferences') }}

{{ __('Left') }} {{ __('Right') }}
@endsection @push('scripts') @endpush