@extends('layouts.admin') @section('title', 'Edit Company') @section('header', 'Edit Company') @section('subheader', $company->name) @section('content')
{{ $message }}
Login URL: /login/{{ $company->slug }}
Leave empty to keep current logo
Leave empty to keep current favicon
Configure company-specific SMTP settings for sending survey invitations and reminders. Leave blank to use the default system email settings.
Common ports: 587 (TLS), 465 (SSL), 25 (unencrypted)
For Gmail, use an App Password
Email address shown as sender
Name shown as sender (e.g., "Company Name HR Team")
{{ url('/login/' . $company->slug) }}
Emails will be sent from: {{ $company->smtp_from_name ?? $company->name }} <{{ $company->smtp_from_email ?? $company->smtp_username }}>
Configure SMTP settings to enable email invitations for this company.