@extends(template(). 'layouts.app') @section('title',trans('Author')) @section('content')
Author Image

{{ optional($author->details)->name }}

{{ optional($author->details)->address }}

@lang("About The Author")


@lang(strip_tags(optional($author->details)->description))

@lang(@$blogContent->description->title)

@lang(@$blogContent->description->sub_title)

@lang(@$blogContent->description->short_description)

@forelse($blogs as $item)

@lang(optional($item->details)->title)

@lang(strip_tags(optional($item->details)->description))

@lang("read more")
@empty @endforelse
@include(template(). 'sections.footer') @endsection