@extends(($themeName ?? 'thecore') === 'xperia' ? 'themes.xperia.components.layouts.landingpage' : 'themes.thecore.components.layouts.landingpage') @section('content') @if(($themeName ?? 'thecore') === 'xperia')
{{-- Page header --}}
{{ t('terms_conditions') }}

{{ $title }}

@if ($updated_at)

{{ t('last_updated') }}: {{ $updated_at }}

@endif
{{-- Content --}}
{!! $content !!}
@else

{{ $title }}

@if ($updated_at)

{{ t('last_updated') }}: {{ $updated_at }}

@endif
{!! $content !!}
@endif @endsection