@extends('layouts.admin.app') @section('content')
@if(Session::has('success')) @elseif(Session::has('alert')) @endif
{{--
@include('module.profile.update')
@if(Auth::check() and Auth::user()->image) User profile picture @else User profile picture @endif

{{ Auth::user()->name }}

{{ Auth::user()->email }}

{{ Auth::user()->role }}

--}}

Update Information

@csrf @method('put')
User Name*
{{--
Phone No.*
--}}
Email Address*
Role*

Update Password

@csrf @method('put') @php $name = explode('/', Auth::user()->name); @endphp
Old Password @error('password') {{ $message }} @enderror
New Password @error('password') {{ $message }} @enderror
Confirm New Password
@stop @section('js') {{-- --}} @stop