@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')
Congratulations! {{ $website->name }} has been published and is now accessible to the world.
{{ $websiteUrl }}
Your website is live and ready for visitors
|
Website Name {{ $website->name }} |
|
URL {{ $websiteUrl }} |
|
Status Published |
What's next? Connect a custom domain, set up analytics, or share your website on social media to start getting visitors.
@endsection