ITX Trade Static Blade Pages ============================ Drop public Blade pages in this directory using the filename pattern: my-page.blade.php The file becomes available at /my-page and appears automatically in: Admin > Page Management Optional metadata can be placed at the top of the file: {{-- @static-page title: عنوان صفحه slug: my-page status: published language: fa layout: main seo_title: عنوان SEO seo_description: توضیحات متا seo_keywords: keyword 1, keyword 2 --}} Rules: - Default slug: filename without .blade.php - Default status: published - Default layout: main (shared header/footer are applied) - Set layout: none for a complete standalone HTML document. - Prefix a filename with _ to keep it out of the registry. - Use @static-ignore in the first Blade comment to ignore a file. - Flat files only; subdirectories are intentionally not scanned. - Database-managed pages take precedence over static files with the same slug. - Converting a static page from Admin is non-destructive: the original file remains as fallback.