@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')

Your hosting is now active! 🖥️

Your hosting plan has been activated and is ready to use. You can now start uploading files, creating databases, and hosting your websites.

{{ $planName }}

Your hosting is live and ready

@if (!empty($domainName)) @endif
Plan
{{ $planName }}
Domain
{{ $domainName }}
Activation Date
{{ $activationDate }}
Status
Active

Manage Hosting

Getting started: Access your control panel to manage files, databases, email accounts, and more.

@endsection