title)}}" oninput="populate_slug_field();" > The title of the blog post
The subtitle of the blog post (optional)
@php $is_published_default = '0'; $show_form_group = false; if (\Auth::check() && \Auth::user()->id == 2) { $show_form_group = true; $is_published_default = old('is_published', $post->is_published); } @endphp @if ($show_form_group)
Should this be published? If not, then it won't be publicly viewable.
@else

This post will be sent for approval.

@endif
If you want to add HTML content to be rendered, click source button at top left, and then paste your HTML snippet. (Youtube iFrames)
@if(config("binshopsblog.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