@php $cate_ids = explode(',', old('cate_ids', $blogPostObj->cate_ids)); $strlen_meta_title = strlen($blogPostObj->meta_title); $strlen_meta_keywords = strlen($blogPostObj->meta_keywords); $strlen_meta_description = strlen($blogPostObj->meta_description); $strlen_canonical_url = strlen($blogPostObj->canonical_url); @endphp
@foreach ($blogCategories as $blogCategory)
id, $cate_ids) ? 'checked' : '' }}>
@endforeach
{!! showErrors($errors, 'title') !!}
{{ url('blog') . '/' }}
{!! showErrors($errors, 'post_slug') !!}
{!! showErrors($errors, 'description') !!}
{!! showErrors($errors, 'dated') !!}
{!! showErrors($errors, 'author_name') !!}
@error('is_featured') {{ $message }} @enderror
show_follow) == 1 ? 'checked' : '' }} /> @php echo helptooltip('follow') @endphp
show_follow) == 0 ? 'checked' : '' }} />
show_index) == 1 ? 'checked' : '' }} /> @php echo helptooltip('indexing') @endphp
show_index) == 0 ? 'checked' : '' }} />
{{ $strlen_meta_title }} characters
{{ $strlen_meta_keywords }} characters
{{ $strlen_meta_description }} characters
If Canonical URL is same as Page URL then Leave this field empty, in this case Canonical URL will be handled programmatically
@section('beforeBodyClose') @endsection