{{-- resources/views/profile/edit.blade.php --}} @extends('layouts.admin') @section('title', 'Profile') @section('content')

Update Profile Information

@include('profile.partials.update-profile-information-form')

Update Password

@include('profile.partials.update-password-form')

Delete Account

@include('profile.partials.delete-user-form')
@endsection {{----}} {{-- --}} {{--

--}} {{-- {{ __('Profile') }}--}} {{--

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