@extends('sendportal::layouts.app') @section('content')
{{ __('Edit Profile') }}
{{ __('Profile') }}
{{ __('Name') }}
{{ auth()->user()->name }}
{{ __('Email') }}
{{ auth()->user()->email}}
{{ __('Locale') }}
{{ auth()->user()->locale }}
{{ __('Change Password') }}
@endsection