{{ $title }}
@if ($updated_at){{ t('last_updated') }}: {{ $updated_at }}
@endif@extends(($themeName ?? 'thecore') === 'xperia'
? 'themes.xperia.components.layouts.landingpage'
: 'themes.thecore.components.layouts.landingpage')
@section('content')
@if(($themeName ?? 'thecore') === 'xperia')
{{ t('last_updated') }}: {{ $updated_at }}
{{ $title }}
@if ($updated_at)
{{ t('last_updated') }}: {{ $updated_at }}
@endif