@extends('layouts.admin') @section('title', __('Profile')) @section('mobile_title', __('Profile')) @section('content')
← {{ __('Back to dashboard') }}

{{ __('Profile') }}

{{ __('Update your account settings and password.') }}

@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection