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

{{$translation->title}}

{{ __("Home") }} / {{$translation->title}}
{!! $translation->content !!}
@endif @endsection