@extends('layouts.app') @section('heading','Edit User Account') @section('content')
@csrf @method('put')
@if($user->hasRole('Superadmin'))The primary Superadmin username is protected for local recovery.@else@endif
@if($user->hasRole('Superadmin')) The primary Superadmin role is protected. @else @endif
@if($user->hasRole('Superadmin'))
Superadmin cannot be deactivated. @else
is_active))>
@endif
@if($user->hasRole('Superadmin') && str_ends_with(strtolower($user->email),'@example.com'))
Replace the placeholder Superadmin email with a real recovery email before deploying live.
@endif
Cancel
@endsection