@if($message)
{{ $message }}
@endif
{{ $isEditing ? 'Edit Service Account' : 'Add Service Account' }}
@error('selectedServer') {{ $message }} @enderror
@if($isEditing) @else @endif

Service Accounts:

@foreach($serviceAccounts as $account) @endforeach
IP Credential Path Sender Status Actions
{{ $account->ip }} {{ $account->credential_path }} {{ $account->sender }} {{ $account->status }}