@extends('layouts.admin.app') @section('title') Profile @endsection @section('head') @endsection @section('content')
Ganti Password ?

Silahkan Klik Ganti Password Untuk Mengganti Password :     Ganti Password  


PROFILE


NAME  :     {{auth()->user()->name}}
USERNAME  :     {{auth()->user()->username}}
EMAIL  :     {{auth()->user()->email}}
PASSWORD  :     {{auth()->user()->password_view}}
@endsection @section('pagescript') @endsection