|
23 | 23 | <label for="blog_slug">Blog Post Slug</label>
|
24 | 24 | <input type="text" class="form-control" id="blog_slug" aria-describedby="blog_slug_help" name='slug'
|
25 | 25 | value="{{old("slug",$post->slug)}}">
|
26 |
| - <small id="blog_slug_help" class="form-text text-muted">The slug (leave blank to auto generate) - |
27 |
| - i.e. {{route("binshopsblog.single","")}}/<u><em>this_part</em></u></small> |
| 26 | + <small id="blog_slug_help" class="form-text text-muted">The slug (leave blank to auto generate).</small> |
28 | 27 | </div>
|
29 | 28 |
|
30 | 29 | </div>
|
|
108 | 107 | <div class="form-group">
|
109 | 108 | <label for="blog_seo_title">SEO: {{"<title>"}} tag (optional)</label>
|
110 | 109 | <input class="form-control" id="blog_seo_title" aria-describedby="blog_seo_title_help"
|
111 |
| - name='seo_title' tyoe='text' value='{{old("seo_title",$post->seo_title)}}' > |
| 110 | + name='seo_title' tyoe='text' value='{{old("seo_title",$post->seo_title)}}' > |
112 | 111 | <small id="blog_seo_title_help" class="form-text text-muted">Enter a value for the {{"<title>"}} tag. If nothing is provided here we will just use the normal post title from above (optional)</small>
|
113 | 112 | </div>
|
114 | 113 |
|
|
146 | 145 | @if($post->has_image($size_info['basic_key']))
|
147 | 146 | <div style='max-width:55px; ' class='float-right m-2'>
|
148 | 147 | <a style='cursor: zoom-in;' target='_blank' href='{{$post->image_url($size_info['basic_key'])}}'>
|
149 |
| - <?=$post->image_tag($size_info['basic_key'], false, 'd-block mx-auto img-fluid '); ?> |
| 148 | + <?=$post->image_tag($size_info['basic_key'], false, 'd-block mx-auto img-fluid '); ?> |
150 | 149 | </a>
|
151 | 150 | </div>
|
152 | 151 | @endif
|
@@ -199,7 +198,7 @@ class='btn btn-light btn-sm'>Show other sizes</span>
|
199 | 198 | <div class='col-md-12 my-3 text-center'>
|
200 | 199 |
|
201 | 200 | <em><a class="a-link-cart-color" target='_blank' href='{{route("binshopsblog.admin.categories.create_category")}}'><i class="fa fa-external-link" aria-hidden="true"></i>
|
202 |
| - Add new categories |
| 201 | + Add new categories |
203 | 202 | here</a></em>
|
204 | 203 | </div>
|
205 | 204 | </div>
|
|
0 commit comments