@vite('resources/css/app.css')
@include('sidebar.users_sidebar')
@if ($errors->any())
{{ $errors->first('error') }}
@endif
@if(auth()->user()->profile != null)
@else
@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 }}
@if( auth()->user()->employee_type === 'SalesAdmin' || auth()->user()->employee_type === 'OperationAdmin' || auth()->user()->employee_type === 'SMMAdmin' || auth()->user()->employee_type === 'Top_Management')
@csrf
Insert your Signature
@endif
Close modal
Edit Profile
@csrf
Employee Name
Contact No
Address
Email
Password
Confirm Password
Close modal
Edit Profile
@csrf
Choose new profile picture