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

{{$translation->title}}

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