@if (!empty($content))
@if (isset($content['quote']))

"{{ $content['quote'] }}"

@if (isset($content['author']))

– {{ $content['author'] }}

@endif
@endif
@endif