@extends ('layouts.app') @section ('content') @if($row->template_id)
{!! $row->getProcessedContent() !!}
@else

{!! clean($translation->title) !!}

{!! $translation->content !!}
@endif @endsection