@extends('hr-management.layouts.master') @section('title') Admin Dashboard @endSection @section('main-data')
User Avatar

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

@csrf @method('patch')
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
Change Password
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endSection