{{--
--}} @foreach ($language_list as $language) @endforeach

Add Blog Content

The title of the blog post

Excerpt

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))
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

Slug

The slug (leave blank to auto generate) - i.e.{{ route('binshopsblog.single', [app('request')->get('locale'), 'your-slug']) }}

Author

SEO

seo_title) }}'> Enter a value for the {{ '' }} tag. If nothing is provided here we will just use the normal post title from above (optional)</small> </div> </div> <div class="excpert-btn"> <div class="form-group"> <label for="blog_meta_desc">Meta Descriptions</label> <textarea class="form-control" id="blog_meta_desc" aria-describedby="blog_meta_desc_help" name='meta_desc'>{{ old('meta_desc', $post_translation->meta_desc) }}</textarea> <small id="blog_meta_desc_help" class="form-text text-muted">Meta description (optional)</small> </div> </div> <div class="excpert-btn"> <div class="form-group"> <label for="blog_short_description">Short Descriptions</label> <textarea class="form-control" id="blog_short_description" aria-describedby="blog_short_description_help" name='short_description'>{{ old('short_description', $post_translation->short_description) }}</textarea> <small id="blog_short_description_help" class="form-text text-muted">Short description (optional - only useful if you use in your template views)</small> </div> </div> </div> </div> </div> <div class="col-md-4"> <div class="slide-toggel marg0"> <div id="flip-stutus" class=""> <h2 class="accordion-heade"> Publish<i class="fa fa-chevron-circle-down" aria-hidden="true"></i> </h2> </div> <div id="panel-stutus"> <div class="excpert-btn"> <div class="form-group"> <label for="blog_is_published">Published?</label> <select name='is_published' class='form-control' id='blog_is_published' aria-describedby='blog_is_published_help'> <option @if (old('is_published', $post->is_published) == '1') selected='selected' @endif value='1'> Published </option> <option @if (old('is_published', $post->is_published) == '0') selected='selected' @endif value='0'>Not Published </option> </select> <small id="blog_is_published_help" class="form-text text-muted">Should this be published? If not, then it won't be publicly viewable. </small> </div> </div> <div class="excpert-btn marg-top"> <div class="form-group"> <label for="blog_posted_at">Posted at</label> <input type="text" class="form-control" id="blog_posted_at" aria-describedby="blog_posted_at_help" name='posted_at' value="{{ old('posted_at', $post->posted_at ?? \Carbon\Carbon::now()) }}"> <small id="blog_posted_at_help" class="form-text text-muted">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 <code>YYYY-MM-DD HH:MM:SS</code> format. </small> </div> </div> {{-- <div class="excpert-btn marg-top"> <form action="/action_page.php"> <label for="cars">Visibility</label> <select class="status-form" name="cars" id="cars"> <option value="volvo">Public</option> <option value="saab">Password Protected</option> <option value="opel">Private</option> </select> </form> </div> <div class="excpert-btn marg-top"> <form action="/action_page.php"> <label for="cars">Published on</label> <input class="date-fill" type="date" id="birthday" name="birthday"> </form> </div> --}} <input id="post_id" name="post_id" type="number" value="{{$post_id}}" hidden> <button type='submit' name="submit_btn" class='pulish-btn' value='Add new post'>Publish</button> </div> </div> <div class="slide-toggel "> <div id="flip-category" class=""> <h2 class="accordion-heade"> Categories<i class="fa fa-chevron-circle-down" aria-hidden="true"></i> </h2> </div> <div id="panel-category"> <div class="excpert-category"> <p class="category-text">Categories Tree</p> <div id="categories_checkbox"> @forelse($cat_ts as $translation) <div class="form-check col-sm-6"> <input class="" type="checkbox" value="1" @if (old('category.' . $translation->category_id, $post->categories->contains($translation->category_id))) checked='checked' @endif name='category[{{ $translation->category_id }}]' id="category_check{{ $translation->category_id }}"> <label class="checkbox-text" for="category_check{{ $translation->category_id }}"> {{ $translation->category_name }} </label> </div> @empty <div class='col-md-12'> No categories </div> @endforelse </div> <p class="category-text"> <em><a class="a-link-cart-color" target='_blank' href='{{ route('binshopsblog.admin.categories.create_category') }}'><i class="fa fa-plus" aria-hidden="true"></i> Add new categories here</a></em></p> </div> </div> </div> <div class="custome-accordion XFeaturedImage marg-top"> <div class="slide-toggel" id="accordion-FeaturedImage"> <div class="accordion-item card"> <div id="flip-featured" class=""> <h2 class="accordion-heade featured_image"> Featured Image<i class="fa fa-chevron-circle-down" aria-hidden="true"></i> </h2> </div> <div id="panel-featured"> @if (config('binshopsblog.image_upload_enabled', true)) <div class='bg-white pt-4 px-4 pb-0 my-2 mb-4 rounded border'> <style> .image_upload_other_sizes { display: none; } </style> <h4>Featured Images</h4> @foreach (config('binshopsblog.image_sizes') as $size_key => $size_info) <div class="form-group mb-4 p-2 @if ($loop->iteration > 1) image_upload_other_sizes @endif "> @if ($post_translation->has_image($size_info['basic_key'])) <div style='max-width:55px; ' class='float-right m-2'> <a style='cursor: zoom-in;' target='_blank' href='{{ $post_translation->image_url($size_info['basic_key']) }}'>