@extends('layouts.app') @section('title', 'Edit Custom Domain') @section('content')

Edit Custom Domain

Update your domain settings

@if($errors->any())
@endif
@csrf @method('PUT')

Enter your domain without http:// or https://

This page will be shown when visitors access your domain root

Cancel
@endsection