{{-- Conditionally show Password Generation and Inputs only for User type --}}
@if ($createProfile['type'] === 'App\Models\User'
|| $createProfile['type'] === 'App\Models\Bank'
|| $createProfile['type'] === 'App\Models\Admin')
{{-- Checkbox for Password Generation --}}