{{ __('Edit Employee') }}

Edit Employee: {{ $employee->name }}
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
The ID from the Google Sheets URL. This allows importing orders from the employee's Google Sheet.
@error('google_sheet_id')
{{ $message }}
@enderror
Cancel