@extends('layouts.app') {{-- Or your main user-facing layout --}} @section('title', 'Deploy Website: ' . ($website->name ?: 'Untitled Website')) @section('header_title', 'Deploy Website') @section('content')
Enter your hosting details. Ensure the website ZIP is generated and ready.
@include('webpilotai::user.partials._validation_errors') @include('webpilotai::user.partials._session_messages') {{-- Or your main app's session messages partial --}}