@vite('resources/css/app.css')
@include('navbar')
@if ($errors->any())
{{ $errors->first('error') }}
@endif
{{ auth()->user()->employee_name }}
{{ auth()->user()->email }}
Edit Profile
Change Picture
Other details:
Address : {{ auth()->user()->address }}
Contact Number : {{ auth()->user()->contact_no }}
Employee Type : {{ auth()->user()->employee_type }}
Close modal
Edit Profile
@csrf
Employee Name
Contact No
Address
Email
Password
Confirm Password
Close modal
Edit Profile
@csrf
Choose new profile picture