@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'hosting']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'hosting']) @endsection @section('content')
{{ $ownerName }} granted you developer access to the following Ladill hosting environment{{ count($accountLabels) === 1 ? '' : 's' }}:
You now have full access to the hosting panel for {{ count($accountLabels) === 1 ? 'this account' : 'these accounts' }} — manage files, domains, databases, SSL, cron jobs, and more.
To connect via SSH or SFTP, add your public key from the hosting panel Settings page after signing in.
@if ($setupUrl)Use the button above to activate your account before signing in.
@else @endifAfter signing in, open your dashboard here: {{ $dashboardUrl }}
@endsection