@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 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
|
Plan {{ $planName }} |
|
Domain {{ $domainName }} |
|
Activation Date {{ $activationDate }} |
|
Status Active |
Getting started: Access your control panel to manage files, databases, email accounts, and more.
@endsection