@section('title', 'Edit Author') @push('style') @endpush @push('script') @endpush
@csrf

Thumbnail

thumbnail && Storage::disk('elegant')->exists($author->thumbnail)) style="background-image: url({{ Storage::disk('elegant')->url($author->thumbnail) }})" @endif>
Set the profile picture. Only .png, .jpg and *.jpeg image files are accepted
@error('thumbnail')
{{ $message }}
@enderror

Thumbnail Alt Text

Status

@if ($author->status == 'active')
@else
@endif
Set the author status.

Details

@include('author::admin.tabs.tabEdit.editAuthorTab')
@error('facebook')
{{ $message }}
@enderror
@error('instagram')
{{ $message }}
@enderror
@error('twitter')
{{ $message }}
@enderror
Cancel