title)}}"> The title of the blog post
The subtitle of the blog post (optional)
slug)}}"> The slug (leave blank to auto generate) - i.e. {{route("blogetc.single","")}}/this_part
Should this be published? If not, then it won't be publicly viewable.
posted_at ?? \Carbon\Carbon::now())}}"> When this should be published. If this value is greater than now ({{\Carbon\Carbon::now()}}) then it will not (yet) appear on your blog. Should be in the YYYY-MM-DD HH:MM:SS format.
Should this be included in menu list?
Should this be showed as home page?
Please note that any HTML (including any JS code) that is entered here will be echoed (without escaping)
@if(config("blogetc.use_custom_view_files",true))
Optional - if anything is entered here, then it will attempt to load view("custom_blog_posts." . $use_view_file). You must create the file in /resources/views/custom_blog_posts/FILENAME.blade.php.
@endif