{{-- resources/views/public/no-content.blade.php --}} {{ $website->name }} - Coming Soon

{{ $website->name }}

Coming Soon

This website is under construction. We're working hard to bring you something amazing!

@auth @if($website->user_id === auth()->id() || auth()->user()->isAdmin())
Website Owner: Your website doesn't have any published pages yet.
Manage Website Create First Page @else

Please check back soon!

@endif @else

Please check back soon!

@endauth
© {{ date('Y') }} {{ $website->name }}. All rights reserved.