@extends($activeTemplate . 'user.layouts.app') @section('panel')
@lang('profile-image')
  • @lang('Name') {{auth()->user()->fullname}}
  • @lang('Username') {{auth()->user()->username}}
  • @lang('Joined at') {{date('d M, Y h:i A',strtotime(auth()->user()->created_at))}}
{{auth()->user()->fullname}} @lang('Information')
@csrf
@lang('House number, street address')
@endsection @push('breadcrumb-plugins') @lang('Change Password') @endpush @push('script') @endpush