@if (!empty($originalData['title']) || !empty($originalData['prompt']) || !empty($originalData['attribution']))
@if (!empty($originalData['prompt'])) {!! (new \App\Services\Markdown\Formatter($originalData['prompt']))->render() !!} @endif @if (!empty($originalData['title'])) {!! (new \App\Services\Markdown\Formatter($originalData['title']))->render() !!} @endif @if (!empty($originalData['attribution'])) {!! (new \App\Services\Markdown\Formatter($originalData['attribution']))->render() !!} @endif
@endif