@section('title', 'Edit Blog') @push('style') @endpush @push('script') @endpush @csrf Thumbnail thumbnail && Storage::disk('elegant')->exists($blog->thumbnail)) style="background-image: url({{ Storage::disk('elegant')->url($blog->thumbnail) }})" @endif> Set the profile picture. Only .png, .jpg and *.jpeg image files are accepted @error('thumbnail') {{ $message }} @enderror Thumbnail Alt Text Image Title Status @if ($blog->status == 'active') @else @endif status == 'active') selected @endif>Active status == 'inactive') selected @endif>Inactive Set the blog status. Is Popular is_popular == 'no') selected @endif>No is_popular == 'yes') selected @endif>Yes Set the blog status. Is Career Guidance? career_guidance == 'no') selected @endif>No career_guidance == 'yes') selected @endif>Yes Details @foreach ($languages as $id => $language) {{ strtoupper($language) }} @endforeach SEO Title @error('title') {{ $message }} @enderror Blog Category @if (isset($old['category_id']) && $old['category_id'] != '') {{ $old['category_id']->name_en }} @endif Author @if (isset($old['author_id']) && $old['author_id'] != '') {{ $old['author_id']->english_name }} @endif @include('cms::admin.contents.tabEdit.editContentTab') Cancel Save Changes Please wait...