@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
Set the blog status.

Is Popular

Set the blog status.

Is Career Guidance?

Details

@error('title')
{{ $message }}
@enderror
@include('cms::admin.contents.tabEdit.editContentTab')
Cancel