@if(author && author.author_cover_image) {

}
@if(author) {
{{ author.author_name }}
{{ author.bio }}
{{'author_details' | translate}}:
- Country : {{ author.country.name }}
- State : {{ author.state.name }}
- City : {{ author.city }}
@if(author.birth_date || author.death_date) {
@if(author.birth_date){
-
{{'born_date' | translate}} : {{author.birth_date | date: 'dd MMM
yyyy' }}
} @if(author.death_date){
-
{{'death_date' | translate}} : {{author.death_date | date: 'dd MMM
yyyy' }}
}
}
{{'social_links' | translate}}:
@if(author.languages) {
-
} @if(author.facebook) {
-
} @if(author.instagram) {
-
} @if(author.twitter) {
-
} @if(author.youtube) {
-
} @if(author.pinterest) {
-
}
}