title)}}"> The title of the blog post
subtitle)}}"> 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.
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))
use_view_file)}}"> 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