@section('title', 'Profile') @section('style') @endsection()

{{ __('Profile') }}

@if (session('status'))

{{ session('status') }} successfully!

@endif
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@section('script') @endsection