{{-- Author Info Section --}} @if($blog->author)
{{ $blog->author->name }}

{{ $blog->author->name }}

@if($blog->author->title)

{{ $blog->author->title }}

@endif @if($blog->author->detail)

{{ $blog->author->detail }}

@endif
@endif