@extends('layouts.app') @section('title', 'New landing page') @section('content')

New landing page

@csrf @error('title'){{ $message }}@enderror @error('slug'){{ $message }}@enderror

Public URL: /l/{{ auth()->user()?->tenant_id ?? 'tenant-id' }}/your-slug

@error('content'){{ $message }}@enderror

Cancel

@endsection