@extends ('layouts.app') @section ('content') @if (Route::getCurrentRoute()->uri() != 'home') @if($row->image_id) @php $bg = $row->image_id; @endphp @else @php $bg = setting_item("page_back_id"); @endphp @endif @if( env('APP_THEME')=='Theme1') @elseif( env('APP_THEME')=='Theme2')

{{$row->title}}

Home | {{$row->title}}

@else @endif @endif @if($row->template_id)
{!! $row->getProcessedContent() !!}
@else
{{ $row->content }}
@endif @endsection